isNotEmpty

inline fun <Type> GdxArray<Type>?.isNotEmpty(): Boolean

Return

true if the array is not null and contains at least one element.


inline fun GdxMap<*, *>?.isNotEmpty(): Boolean

Return

true if the map is not null and contains at least one element.


inline fun <Type> GdxSet<Type>?.isNotEmpty(): Boolean

Return

true if the set is not null and contains at least one element.