Class CombinableMatcher.CombinableBothMatcher<X>

  • Enclosing class:
    CombinableMatcher<T>

    public static final class CombinableMatcher.CombinableBothMatcher<X>
    extends java.lang.Object
    • Field Detail

      • first

        private final Matcher<? super X> first
    • Constructor Detail

      • CombinableBothMatcher

        public CombinableBothMatcher​(Matcher<? super X> matcher)