Package org.derive4j.processor.api
Class DeriveResults.Error<A>
java.lang.Object
org.derive4j.processor.api.DeriveResult<A>
org.derive4j.processor.api.DeriveResults.Error<A>
- Enclosing class:
DeriveResults
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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
-
error
-
-
Constructor Details
-
Error
Error(DeriveMessage error)
-
-
Method Details
-
match
- Specified by:
match
in classDeriveResult<A>
-