Package org.derive4j.processor.api
Class DeriveResults.CaseOfMatchers.PartialMatcher<A,R>
java.lang.Object
org.derive4j.processor.api.DeriveResults.CaseOfMatchers.PartialMatcher<A,R>
- Direct Known Subclasses:
DeriveResults.CaseOfMatchers.TotalMatcher_Result
- Enclosing class:
DeriveResults.CaseOfMatchers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DeriveResult
<A> private final Function
<DeriveMessage, R> -
Constructor Summary
ConstructorsConstructorDescriptionPartialMatcher
(DeriveResult<A> _deriveResult, Function<DeriveMessage, R> error, Function<A, R> result) -
Method Summary
-
Field Details
-
_deriveResult
-
error
-
result
-
-
Constructor Details
-
PartialMatcher
PartialMatcher(DeriveResult<A> _deriveResult, Function<DeriveMessage, R> error, Function<A, R> result)
-
-
Method Details
-
otherwise
-
otherwise_
-
otherwiseEmpty
-