menu
cowpay package
documentation
core/packages/dartz/dartz.dart
State<S, A>
ap<B> method
ap<B> method
dark_mode
light_mode
ap<
B
>
method
@
override
State
<
S
,
B
>
ap
<
B
>(
covariant
State
<
S
,
Function1
<
A
,
B
>
>
ff
)
override
Implementation
@override State<S, B> ap<B>(State<S, Function1<A, B>> ff) => ff.bind((f) => map(f));
cowpay package
documentation
core/packages/dartz/dartz
State<S, A>
ap<B> method
State class