Processor<T>
public class AdapterProcessor<T,S> extends Object implements Processor<T>
AdapterProcessor(Processor<S> adaptee, Function<T,S> conversion)
boolean
process(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AdapterProcessor(Processor<S> adaptee, Function<T,S> conversion)
public boolean process(T t)
process
t