E
public class PipelinedAction<E> extends Object implements Action<E>
PipelinedAction(Iterable<Action<E>> actions)
void
perform(E value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PipelinedAction(Iterable<Action<E>> actions)
public void perform(E value)
perform
Action<E>
value
Copyright © 2012. All Rights Reserved.