public static final class Eithers.CaseOfMatchers.TotalMatcher_Left<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
<X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X> |
left_(X x) |
<X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X> |
left(Function<A,X> left) |
<X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X> |
right_(X x) |
<X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X> |
right(Function<B,X> right) |
public final <X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X> left(Function<A,X> left)
public final <X> Eithers.CaseOfMatchers.TotalMatcher_Right<A,B,X> left_(X x)
public final <X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X> right(Function<B,X> right)
public final <X> Eithers.CaseOfMatchers.PartialMatcher<A,B,X> right_(X x)
Copyright © 2021 red6 enterprise software GmbH. All rights reserved.