NullableIterableExtensions<E> extension

Extensions to Iterable

since 1.1.0

on

Properties

firstOrNull → E?
Returns the first element from this iterable, or null if this iterable is null or empty
no setter
isEmpty bool
Returns true if this is null or empty
no setter
isNotEmpty bool
Returns true if this is NOT null and NOT empty
no setter