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