Package org.derive4j.processor.api
Class EitherModels.Lazy
java.lang.Object
org.derive4j.processor.api.EitherModel
org.derive4j.processor.api.EitherModels.Lazy
- Enclosing class:
EitherModels
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.EitherModel
EitherModel.Case<R>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.derive4j.processor.api.EitherModel
leftConstructor, rightConstructor, typeElement
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<EitherModel> eitherModel)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
match
in classEitherModel
-