commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
takeUnlessEmpty
take
Unless
Empty
fun
<
E
,
C
:
Collection
<
E
>
>
C
.
takeUnlessEmpty
(
)
:
C
?
fun
<
K
,
V
,
M
:
Map
<
K
,
V
>
>
M
.
takeUnlessEmpty
(
)
:
M
?