View Source Ext.Nil (ext v1.4.0)
Ext.Nil
provides helper functions for values that can potentially be nil
.
Summary
Functions
Transforms the given value using the mapper
function if the value is not
nil
. Returns nil
otherwise.
Ext.Nil
provides helper functions for values that can potentially be nil
.
Transforms the given value using the mapper
function if the value is not
nil
. Returns nil
otherwise.