Class MultipleConstructorsSupport.Lazy
java.lang.Object
org.derive4j.processor.api.model.MultipleConstructors
org.derive4j.processor.api.model.MultipleConstructorsSupport.Lazy
- Enclosing class:
MultipleConstructorsSupport
-
Nested Class Summary
Nested classes/interfaces inherited from class MultipleConstructors
MultipleConstructors.Cases<R> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MultipleConstructorsprivate Supplier<MultipleConstructors> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate MultipleConstructors<R> Rmatch(MultipleConstructors.Cases<R> cases) Methods inherited from class MultipleConstructors
constructors, functionsDispatch, isVisitorDispatch, visitorDispatch
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<MultipleConstructors> multipleConstructors)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
matchin classMultipleConstructors
-