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 DerivatorSelection
DerivatorSelection.Case<X> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate DerivatorSelection<X> Xmatch(DerivatorSelection.Case<X> selection) Methods inherited from class DerivatorSelection
selection
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<DerivatorSelection> derivatorSelection)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
matchin classDerivatorSelection
-