Uses of Class
org.derive4j.processor.api.DeriveResults.CaseOfMatchers.PartialMatcher
-
Packages that use DeriveResults.CaseOfMatchers.PartialMatcher Package Description org.derive4j.processor.api -
-
Uses of DeriveResults.CaseOfMatchers.PartialMatcher in org.derive4j.processor.api
Subclasses of DeriveResults.CaseOfMatchers.PartialMatcher in org.derive4j.processor.api Modifier and Type Class Description static class
DeriveResults.CaseOfMatchers.TotalMatcher_Result<A,R>
Methods in org.derive4j.processor.api that return DeriveResults.CaseOfMatchers.PartialMatcher Modifier and Type Method Description <R> DeriveResults.CaseOfMatchers.PartialMatcher<A,R>
DeriveResults.CaseOfMatchers.TotalMatcher_Error. result(java.util.function.Function<A,R> result)
<R> DeriveResults.CaseOfMatchers.PartialMatcher<A,R>
DeriveResults.CaseOfMatchers.TotalMatcher_Error. result_(R r)
-