KtNumIterableExtension<T extends num> extension
- on
-
- KtIterable<
T>
- KtIterable<
Methods
-
average(
) → double -
Returns the average or
null
if there are no elements. -
max(
) → T? -
Returns the largest element or
null
if there are no elements. -
maxOrNull(
) → T? -
Returns the largest element or
null
if there are no elements. -
min(
) → T? -
Returns the smallest element or
null
if there are no elements. -
minOrNull(
) → T? -
Returns the smallest element or
null
if there are no elements.