Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.collections
/
dev.lounres.kone.collections.utils
/
reduceOrNull
reduce
Or
Null
inline
fun
<
E
:
R
,
R
>
KoneIterator
<
E
>
.
reduceOrNull
(
operation
:
(
acc
:
R
,
E
)
->
R
)
:
R
?
(
source
)
inline
fun
<
E
:
R
,
R
>
KoneIterable
<
E
>
.
reduceOrNull
(
operation
:
(
acc
:
R
,
E
)
->
R
)
:
R
?
(
source
)