NonNullableList<E extends Object> extension

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

on

Methods

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