NonNullableSet<E extends Object> extension
Provides functions for working with Sets of null-nullable elements.
- on
-
- Set<
E>
- Set<
Methods
-
addIfNonNull(
E? element) → bool -
Adds the
element
to this set and returnstrue
if it is not null.