toggle menu
BunyipsLib
v5.1.1-master-1f1d461c
BunyipsLib
switch theme
search in API
BunyipsLib
/
org.murraybridgebunyips.bunyipslib
/
NullSafety
/
assertNotNull
assert
Not
Null
open
fun
assertNotNull
(
objs
:
Array
<
Any
>
)
:
Boolean
open
fun
assertNotNull
(
objs
:
List
<
Any
>
)
:
Boolean
Ensure that all objects are not null.
Return
Whether all objects are not null
Parameters
objs
Objects to check for null