Class Eithers.Left<A,B>

java.lang.Object
org.derive4j.processor.Either<A,B>
org.derive4j.processor.Eithers.Left<A,B>
Enclosing class:
Eithers

private static final class Eithers.Left<A,B> extends Either<A,B>
  • Field Details

    • left

      private final A left
  • Constructor Details

    • Left

      Left(A left)
  • Method Details