Package org.derive4j.processor.api.model
Class MatchMethods.Lazy
java.lang.Object
org.derive4j.processor.api.model.MatchMethod
org.derive4j.processor.api.model.MatchMethods.Lazy
- Enclosing class:
MatchMethods
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.model.MatchMethod
MatchMethod.Case<R>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate MatchMethod
<R> R
match
(MatchMethod.Case<R> matchMethod) Methods inherited from class org.derive4j.processor.api.model.MatchMethod
element, matchMethod, returnTypeVariable
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<MatchMethod> matchMethod)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
match
in classMatchMethod
-