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