Interface Selector<T>
-
public interface Selector<T>
Created with IntelliJ IDEA. User: rufenec Date: 8/6/13 Time: 2:41 PM To change this template use File | Settings | File Templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(T t)
-
-
-
Method Detail
-
match
boolean match(T t)
-
-