InterableMin<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
min(
) → E? -
Available on Iterable<
Returns the smallest element orE> , provided by the InterableMin extensionnull
if there are no elements.
Available on Iterable<
null
if there are no elements.