CoreFn1Extensions<R, T1> extension
- on
-
- R Function(T1)?
Methods
-
when(
bool condition) → R Function(T1)? -
Available on R Function(T1)?, provided by the CoreFn1Extensions extension
-
whenNotNull(
dynamic arg) → R Function(T1)? -
Available on R Function(T1)?, provided by the CoreFn1Extensions extension
-
whenPredicate(
bool condition()) → R Function(T1)? -
Available on R Function(T1)?, provided by the CoreFn1Extensions extension