Package org.derive4j.processor.api
Class DerivatorSelections.Lazy
java.lang.Object
org.derive4j.processor.api.DerivatorSelection
org.derive4j.processor.api.DerivatorSelections.Lazy
- Enclosing class:
DerivatorSelections
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.DerivatorSelection
DerivatorSelection.Case<X>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate DerivatorSelection
<X> X
match
(DerivatorSelection.Case<X> selection) Methods inherited from class org.derive4j.processor.api.DerivatorSelection
selection
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<DerivatorSelection> derivatorSelection)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
match
in classDerivatorSelection
-