org.fusesource.common.util
Interface Filter<T>

All Known Implementing Classes:
CompositeFilter

public interface Filter<T>

Represents a filter or predicate


Method Summary
 boolean matches(T t)
           
 

Method Detail

matches

boolean matches(T t)


Copyright © 2012 FuseSource. All Rights Reserved.