public final class EitherMatchers extends Object
Either
instances.Modifier and Type | Method and Description |
---|---|
static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> |
left() |
static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> |
left(L item) |
static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> |
left(org.hamcrest.Matcher<? super L> matcher) |
static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> |
right() |
static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> |
right(org.hamcrest.Matcher<? super R> matcher) |
static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> |
right(R item) |
public static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> left()
public static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> left(L item)
public static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> left(org.hamcrest.Matcher<? super L> matcher)
public static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> right()
public static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> right(R item)
public static <L,R> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,R>> right(org.hamcrest.Matcher<? super R> matcher)
Copyright © 2002-2021 Atlassian. All Rights Reserved.
View cookie preferences