CopyExtensions<T> extension

on

Methods

orDefault(T? def) → T?
If this is null - return def, otherwise this is called and returned value is used.