menu
cowpay package
documentation
core/packages/dartz/dartz.dart
Either<L, R>
foldRight<B> method
foldRight<B> method
dark_mode
light_mode
foldRight<
B
>
method
@
override
B
foldRight
<
B
>(
B
z
,
B
f
(
R
r
,
B
previous
)
)
override
Implementation
@override B foldRight<B>(B z, B f(R r, B previous)) => fold((_) => z, (a) => f(a, z));
cowpay package
documentation
core/packages/dartz/dartz
Either<L, R>
foldRight<B> method
Either class