menu
fast_http package
documentation
core/API/request_method.dart
Option<A>
andThen<B> method
andThen<B> method
dark_mode
light_mode
andThen<
B
>
method
@
override
Option
<
B
>
andThen
<
B
>(
covariant
Option
<
B
>
next
)
override
Implementation
@override Option<B> andThen<B>(Option<B> next) => fold(none, (_) => next);
fast_http package
documentation
core/API/request_method
Option<A>
andThen<B> method
Option class