public class CompositeFilter<T> extends java.lang.Object implements Filter<T>
CompositeFilter(java.util.Collection<Filter<T>> filters)
boolean
isEmpty()
matches(T t)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CompositeFilter(java.util.Collection<Filter<T>> filters)
public java.lang.String toString()
toString
java.lang.Object
public boolean matches(T t)
matches
Filter<T>
public boolean isEmpty()
Copyright © 2016 Red Hat. All Rights Reserved.