Package org.derive4j.processor
Class Eithers.Lazy<A,B>
- java.lang.Object
-
- org.derive4j.processor.Either<A,B>
-
- org.derive4j.processor.Eithers.Lazy<A,B>
-
-
Field Summary
Fields Modifier and Type Field Description private Either<A,B>
evaluation
private java.util.function.Supplier<Either<A,B>>
expression
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private Either<A,B>
_evaluate()
(package private) <X> X
fold(java.util.function.Function<A,X> left, java.util.function.Function<B,X> right)
-