assertNotNull

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