public class Matchers extends java.lang.Object
Matchers()
static <T> IMatcher<T>
and(IMatcher<? super T>... matchers)
not(IMatcher<T> matcher)
or(IMatcher<? super T>... matchers)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Matchers()
public static <T> IMatcher<T> and(IMatcher<? super T>... matchers)
public static <T> IMatcher<T> or(IMatcher<? super T>... matchers)
public static <T> IMatcher<T> not(IMatcher<T> matcher)
Copyright © 2018. All rights reserved