menu
appletheia_monad package
documentation
result.dart
Err<T, E extends Exception>
andThen<U> method
andThen<U> method
dark_mode
light_mode
andThen<
U
>
method
@
override
Result
<
U
,
E
>
andThen
<
U
>(
Result
<
U
,
E
>
toResult
(
T
)
)
override
Implementation
@override Result<U, E> andThen<U>(Result<U, E> Function(T) toResult) => Err(error);
appletheia_monad package
documentation
result
Err<T, E extends Exception>
andThen<U> method
Err class