toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
isNotNullOrEmpty
is
Not
Null
Or
Empty
fun
<
T
>
Array
<
T
>
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
BooleanArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
CharArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
ByteArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
ShortArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
IntArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
LongArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
FloatArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
fun
DoubleArray
?
.
isNotNullOrEmpty
(
)
:
Boolean
val
<
T
>
Collection
<
T
>
?
.
isNotNullOrEmpty
:
Boolean