Package org.derive4j.processor.api
Class SamInterfaces.Lazy
java.lang.Object
org.derive4j.processor.api.SamInterface
org.derive4j.processor.api.SamInterfaces.Lazy
- Enclosing class:
SamInterfaces
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.SamInterface
SamInterface.Case<X>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate SamInterface
<X> X
match
(SamInterface.Case<X> samInterface) Methods inherited from class org.derive4j.processor.api.SamInterface
sam, samClass
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<SamInterface> samInterface)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
match
in classSamInterface
-