Uses of Interface
org.spockframework.util.IMatcher

Packages that use IMatcher
org.spockframework.util   
 

Uses of IMatcher in org.spockframework.util
 

Methods in org.spockframework.util that return IMatcher
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
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)
           
 



Copyright © 2013. All rights reserved