NonNullableList<E extends Object> extension

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

on

Methods

addIfNonNull(E? element) bool

Available on List<E>, provided by the NonNullableList extension

Adds the element to this list and returns true if it is not null.