Failure<A, E> constructor

const Failure<A, E>(
  1. Cause<E> cause
)

Implementation

const Failure(this.cause);