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