R
T
public class CapturingDelegate<R,T> extends Object implements Delegate<R,T>
CapturingDelegate(Delegate<R,T> nested, Box<R> result, Box<T> param)
perform(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CapturingDelegate(Delegate<R,T> nested, Box<R> result, Box<T> param)
public R perform(T value)
perform
Delegate<R,T>
Copyright © 2016. All rights reserved.