de.init.its.util
Interface Util.MatcherOp<T>

Type Parameters:
T -
Enclosing class:
Util

public static interface Util.MatcherOp<T>

Simple Boolean Matcher Executor Interface

Author:
mkandora

Method Summary
 boolean match(T input)
           
 

Method Detail

match

boolean match(T input)