NonNullableSet<E extends Object> extension

Provides functions for working with Sets of null-nullable elements.

on

Methods

addIfNonNull(E? element) bool
Adds the element to this set and returns true if it is not null.