Class EitherMatchers

java.lang.Object
io.atlassian.fugue.hamcrest.EitherMatchers

public final class EitherMatchers extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static <L> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,?>>
    isLeft(org.hamcrest.Matcher<? super L> subMatcher)
     
    static <R> org.hamcrest.Matcher<io.atlassian.fugue.Either<?,R>>
    isRight(org.hamcrest.Matcher<? super R> subMatcher)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isLeft

      public static <L> org.hamcrest.Matcher<io.atlassian.fugue.Either<L,?>> isLeft(org.hamcrest.Matcher<? super L> subMatcher)
    • isRight

      public static <R> org.hamcrest.Matcher<io.atlassian.fugue.Either<?,R>> isRight(org.hamcrest.Matcher<? super R> subMatcher)