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