menu
fast_http package
documentation
core/API/request_method.dart
Either<L, R>
ap<B> method
ap<B> method
dark_mode
light_mode
ap<
B
>
method
@
override
Either
<
L
,
B
>
ap
<
B
>(
covariant
Either
<
L
,
Function1
<
R
,
B
>
>
ff
)
override
Implementation
@override Either<L, B> ap<B>(Either<L, Function1<R, B>> ff) => ff.bind((f) => map(f));
fast_http package
documentation
core/API/request_method
Either<L, R>
ap<B> method
Either class