R
T
public class InterceptorAdapter<R,T> extends Object implements Delegate<R,T>
InterceptorAdapter(Interceptor<T> interceptor, Delegate<R,T> inner)
perform(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InterceptorAdapter(Interceptor<T> interceptor, Delegate<R,T> inner)
public R perform(T value)
perform
Delegate<R,T>
Copyright © 2016. All rights reserved.