Package org.derive4j.processor.api.model
Class DataConstructors.Lazy
java.lang.Object
org.derive4j.processor.api.model.DataConstructor
org.derive4j.processor.api.model.DataConstructors.Lazy
- Enclosing class:
DataConstructors
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.model.DataConstructor
DataConstructor.Case<R>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate DataConstructor
<R> R
match
(DataConstructor.Case<R> constructor) Methods inherited from class org.derive4j.processor.api.model.DataConstructor
arguments, deconstructor, index, name, returnedType, typeRestrictions, typeVariables
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<DataConstructor> dataConstructor)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
match
in classDataConstructor
-