FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-core
/
uk.co.nickthecoder.foocad.core.util
/
minValue
min
Value
inline
fun
<
T
,
R
:
Comparable
<
R
>
>
Iterable
<
T
>
.
minValue
(
default
:
R
,
selector
:
(
T
)
->
R
)
:
R
inline
fun
<
T
>
Iterable
<
T
>
.
minValue
(
selector
:
(
T
)
->
Double
)
:
Double