MaybeApply<U, T> extension
- on
-
- Maybe<
U Function(T)>
- Maybe<
Methods
Operators
-
operator >>(
Maybe< T> arg) → Maybe<U> -
Available on Maybe<
Apply the argU Function(T)> , provided by the MaybeApply extensionarg
tothis
Function only in case both the arg and Function are available.