fail<A> method

Free<F, A> fail<A>(
  1. Object failure
)

Implementation

Free<F, A> fail<A>(Object failure) => liftOp(new Fail(failure));