Class OptionMatchers

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

public final class OptionMatchers extends Object
  • Constructor Details

    • OptionMatchers

      private OptionMatchers()
  • Method Details

    • isNone

      public static <L> org.hamcrest.Matcher<Option<?>> isNone()
    • isSome

      public static <T> org.hamcrest.Matcher<Option<T>> isSome(org.hamcrest.Matcher<? super T> subMatcher)