Uses of Interface
de.init.its.util.Util.MatcherOp

Packages that use Util.MatcherOp
de.init.its.util   
 

Uses of Util.MatcherOp in de.init.its.util
 

Methods in de.init.its.util with parameters of type Util.MatcherOp
static
<T> boolean
Util.matchSingle(Util.MatcherOp<T> executor, java.util.List<T> list)
          Uses a boolean delegate to evaluate all arguments, returns true if one of the arguments matches a condition defined by the delegate