Package org.derive4j.processor.api
Class DeriveResults.CaseOfMatchers.TotalMatcher_Result<A,R>
- java.lang.Object
-
- org.derive4j.processor.api.DeriveResults.CaseOfMatchers.PartialMatcher<A,R>
-
- org.derive4j.processor.api.DeriveResults.CaseOfMatchers.TotalMatcher_Result<A,R>
-
- Enclosing class:
- DeriveResults.CaseOfMatchers
public static final class DeriveResults.CaseOfMatchers.TotalMatcher_Result<A,R> extends DeriveResults.CaseOfMatchers.PartialMatcher<A,R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Result(DeriveResult<A> _deriveResult, java.util.function.Function<DeriveMessage,R> error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
result(java.util.function.Function<A,R> result)
R
result_(R r)
-
Methods inherited from class org.derive4j.processor.api.DeriveResults.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_Result
TotalMatcher_Result(DeriveResult<A> _deriveResult, java.util.function.Function<DeriveMessage,R> error)
-
-