Package org.derive4j.processor.api
Class DeriveResults.Lazy<A>
java.lang.Object
org.derive4j.processor.api.DeriveResult<A>
org.derive4j.processor.api.DeriveResults.Lazy<A>
- Enclosing class:
DeriveResults
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate DeriveResult
<A> <R> R
match
(Function<DeriveMessage, R> error, Function<A, R> result) Methods inherited from class org.derive4j.processor.api.DeriveResult
bind, error, map, result
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<DeriveResult<A>> deriveResult)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
match
in classDeriveResult<A>
-