HoraIterableMinMaxExt extension
Extension providing min/max operations for Iterable<Hora>.
Properties
- maxHora → Hora
-
Available on Iterable<
Gets the maximum date.Hora> , provided by the HoraIterableMinMaxExt extensionno setter - maxHoraOrNull → Hora?
-
Available on Iterable<
Gets the maximum date or null if empty.Hora> , provided by the HoraIterableMinMaxExt extensionno setter - medianHora → Hora?
-
Available on Iterable<
Gets the median date.Hora> , provided by the HoraIterableMinMaxExt extensionno setter - minHora → Hora
-
Available on Iterable<
Gets the minimum date.Hora> , provided by the HoraIterableMinMaxExt extensionno setter - minHoraOrNull → Hora?
-
Available on Iterable<
Gets the minimum date or null if empty.Hora> , provided by the HoraIterableMinMaxExt extensionno setter - minMaxHora → MinMaxResult
-
Available on Iterable<
Gets both min and max.Hora> , provided by the HoraIterableMinMaxExt extensionno setter - minMaxHoraOrNull → MinMaxResult?
-
Available on Iterable<
Gets both min and max or null if empty.Hora> , provided by the HoraIterableMinMaxExt extensionno setter -
sortedChronologically
→ List<
Hora> -
Available on Iterable<
Sorts this iterable chronologically.Hora> , provided by the HoraIterableMinMaxExt extensionno setter -
sortedReverseChronologically
→ List<
Hora> -
Available on Iterable<
Sorts this iterable reverse chronologically.Hora> , provided by the HoraIterableMinMaxExt extensionno setter - span → Duration
-
Available on Iterable<
Gets the span between the earliest and latest dates.Hora> , provided by the HoraIterableMinMaxExt extensionno setter
Methods
-
groupByDay(
) → Map< String, List< Hora> > -
Available on Iterable<
Groups dates by day.Hora> , provided by the HoraIterableMinMaxExt extension -
groupByMonth(
) → Map< String, List< Hora> > -
Available on Iterable<
Groups dates by month.Hora> , provided by the HoraIterableMinMaxExt extension -
groupByYear(
) → Map< int, List< Hora> > -
Available on Iterable<
Groups dates by year.Hora> , provided by the HoraIterableMinMaxExt extension -
withinRange(
Hora start, Hora end) → Iterable< Hora> -
Available on Iterable<
Gets dates that fall within a range.Hora> , provided by the HoraIterableMinMaxExt extension