ClockIterableExtensions extension

Provides extended methods for Clock arrays.

Clockの配列用の拡張メソッドを提供します。

on

Methods

max() Clock

Available on Iterable<Clock>, provided by the ClockIterableExtensions extension

Calculates the most recent date in the DateTime list.
min() Clock

Available on Iterable<Clock>, provided by the ClockIterableExtensions extension

Calculates the oldest date in the DateTime list.
nearestOrNull(DateTime point) Clock?

Available on Iterable<Clock>, provided by the ClockIterableExtensions extension

Get the closest Clock to point in the Clock array.