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
 boolean isEnabled(T object)
           
 

Method Detail

isEnabled

boolean isEnabled(T object)


Copyright © 2012 OneBusAway. All Rights Reserved.