Uses of Class
org.derive4j.processor.Eithers.CaseOfMatchers.PartialMatcher
-
Packages that use Eithers.CaseOfMatchers.PartialMatcher Package Description org.derive4j.processor -
-
Uses of Eithers.CaseOfMatchers.PartialMatcher in org.derive4j.processor
Subclasses of Eithers.CaseOfMatchers.PartialMatcher in org.derive4j.processor Modifier and Type Class Description static classEithers.CaseOfMatchers.TotalMatcher_Right<A,B,X>Methods in org.derive4j.processor that return Eithers.CaseOfMatchers.PartialMatcher Modifier and Type Method Description <X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X>Eithers.CaseOfMatchers.TotalMatcher_Left. right(java.util.function.Function<B,X> right)<X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X>Eithers.CaseOfMatchers.TotalMatcher_Left. right_(X x)
-