menu
cowpay package
documentation
core/packages/dartz/dartz.dart
IOOps<F>
fail<A> method
fail<A> method
dark_mode
light_mode
fail<
A
>
method
Free
<
F
,
A
>
fail
<
A
>(
Object
failure
)
Implementation
Free<F, A> fail<A>(Object failure) => liftOp(new Fail(failure));
cowpay package
documentation
core/packages/dartz/dartz
IOOps<F>
fail<A> method
IOOps class