public class FilteringProcessor<T> extends java.lang.Object implements Processor<T>
FilteringProcessor(Condition<? super T> filter, Processor<? super T> processor)
boolean
process(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilteringProcessor(Condition<? super T> filter, Processor<? super T> processor)
public boolean process(T t)
process
Processor<T>
t
true
false
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.