Package de.redsix.dmncheck.util
Class Eithers.CaseOfMatchers.TotalMatcher_Left<A,B>
- java.lang.Object
-
- de.redsix.dmncheck.util.Eithers.CaseOfMatchers.TotalMatcher_Left<A,B>
-
- Enclosing class:
- Eithers.CaseOfMatchers
public static final class Eithers.CaseOfMatchers.TotalMatcher_Left<A,B> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X>left(Function<A,X> left)<X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X>left_(X x)<X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X>right(Function<B,X> right)<X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X>right_(X x)
-
-
-
Method Detail
-
left
public final <X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X> left(Function<A,X> left)
-
left_
public final <X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X> left_(X x)
-
right
public final <X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X> right(Function<B,X> right)
-
right_
public final <X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X> right_(X x)
-
-