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