-
public final class IterableExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> ClosedFloatingPointRange<Float>rangeOfOrNull(Iterable<T> $self, Function1<T, Float> selector)Calls the selector function for each value in the collection and returns the range of the produced values. final static <T extends Any> ClosedFloatingPointRange<Float>rangeOfPairOrNull(Iterable<T> $self, Function1<T, Pair<Float, Float>> selector)Calls the selector function for each value in the collection and returns the range of the produced values. -
-
Method Detail
-
rangeOfOrNull
final static <T extends Any> ClosedFloatingPointRange<Float> rangeOfOrNull(Iterable<T> $self, Function1<T, Float> selector)
Calls the selector function for each value in the collection and returns the range of the produced values.
-
rangeOfPairOrNull
final static <T extends Any> ClosedFloatingPointRange<Float> rangeOfPairOrNull(Iterable<T> $self, Function1<T, Pair<Float, Float>> selector)
Calls the selector function for each value in the collection and returns the range of the produced values.
-
-
-
-