Class Eithers.CaseOfMatchers.PartialMatcher<A,B,X>

java.lang.Object
de.redsix.dmncheck.util.Eithers.CaseOfMatchers.PartialMatcher<A,B,X>
Direct Known Subclasses:
Eithers.CaseOfMatchers.TotalMatcher_Right
Enclosing class:
Eithers.CaseOfMatchers

public static class Eithers.CaseOfMatchers.PartialMatcher<A,B,X> extends Object
  • Method Details

    • otherwise

      public final X otherwise(Supplier<X> otherwise)
    • otherwise_

      public final X otherwise_(X x)
    • otherwiseEmpty

      public final Optional<X> otherwiseEmpty()