public class OrFilter<T> extends java.lang.Object implements Filter<T>
OrFilter(Filter<T> op1, Filter<T> op2)
boolean
accept(T o)
Filter<T>
getOp1()
getOp2()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OrFilter(Filter<T> op1, Filter<T> op2)
public Filter<T> getOp1()
public Filter<T> getOp2()
public boolean accept(T o)
accept
Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.