katlib
2.2.1
katlib
/
dev.forst.katlib
/
maxValueBy
max
Value
By
inline
fun
<
T
,
R
:
Comparable
<
R
>
>
Iterable
<
T
>
.
maxValueBy
(
selector
:
(
T
)
->
R
)
:
R
?
Content copied to clipboard
Returns the largest value of the given function or
null
if there are no elements.
Sources
Katlib source
Link copied to clipboard