menu
appletheia_monad package
documentation
option.dart
Option<T>
andThen<U> abstract method
andThen<U> abstract method
dark_mode
light_mode
andThen<
U
>
abstract method
Option
<
U
>
andThen
<
U
>(
Option
<
U
>
toOption
(
T
)
)
Implementation
Option<U> andThen<U>(Option<U> Function(T) toOption);
appletheia_monad package
documentation
option
Option<T>
andThen<U> abstract method
Option class