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