public class AdapterProcessor<T,S> extends java.lang.Object implements Processor<T>
AdapterProcessor(Processor<? super S> adaptee, Function<? super T,? extends S> conversion)
boolean
process(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AdapterProcessor(Processor<? super S> adaptee, Function<? super T,? extends S> conversion)
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.