menu
fast_http package
documentation
core/API/request_method.dart
IOMonad
fail<A> method
fail<A> method
dark_mode
light_mode
fail<
A
>
method
@
override
Free
<
IOOp
,
A
>
fail
<
A
>(
Object
err
)
override
Implementation
@override Free<IOOp, A> fail<A>(Object err) => liftF(new Fail(err));
fast_http package
documentation
core/API/request_method
IOMonad
fail<A> method
IOMonad class