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