Package org.eclipse.jetty.server.handler
Class ConditionalHandler.PredicateSet
java.lang.Object
java.util.AbstractCollection<Predicate<Request>>
java.util.AbstractSet<Predicate<Request>>
org.eclipse.jetty.server.handler.ConditionalHandler.PredicateSet
- All Implemented Interfaces:
Iterable<Predicate<Request>>
,Collection<Predicate<Request>>
,Predicate<Request>
,Set<Predicate<Request>>
- Enclosing class:
ConditionalHandler
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray