Uses of Interface
org.spockframework.util.IMatcher
-
Packages that use IMatcher Package Description org.spockframework.util -
-
Uses of IMatcher in org.spockframework.util
Methods in org.spockframework.util that return IMatcher Modifier and Type Method Description static <T> IMatcher<T>Matchers. and(IMatcher<? super T>... matchers)static <T> IMatcher<T>Matchers. not(IMatcher<T> matcher)static <T> IMatcher<T>Matchers. or(IMatcher<? super T>... matchers)Methods in org.spockframework.util with parameters of type IMatcher Modifier and Type Method Description static <T> IMatcher<T>Matchers. and(IMatcher<? super T>... matchers)static <T> Filter<T>Filter. create(IMatcher<T> matcher)static <T> IMatcher<T>Matchers. not(IMatcher<T> matcher)static <T> IMatcher<T>Matchers. or(IMatcher<? super T>... matchers)
-