Package org.onebusaway.utility.filter
Interface IFilter<T>
-
public interface IFilter<T>Simple filter interface that returns a true/false value for a specified target object to determine inclusion.- Author:
- bdferris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabled(T object)
-
-
-
Method Detail
-
isEnabled
boolean isEnabled(T object)
-
-