Package 

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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait