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