Class AnyOfPredicate<T>

java.lang.Object
com.linkedin.venice.client.store.predicate.AnyOfPredicate<T>
All Implemented Interfaces:
Predicate<T>

public class AnyOfPredicate<T> extends Object implements Predicate<T>