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