menu
appletheia_monad package
documentation
option.dart
Some<T>
andThen<U> method
andThen<U> method
dark_mode
light_mode
andThen<
U
>
method
@
override
Option
<
U
>
andThen
<
U
>(
Option
<
U
>
toOption
(
T
)
)
override
Implementation
@override Option<U> andThen<U>(Option<U> Function(T) toOption) => toOption(value);
appletheia_monad package
documentation
option
Some<T>
andThen<U> method
Some class