public abstract class Actions extends Object
Action
static <T> Action<T>
join(Action<? super T>... actions)
noop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Action<T> noop()
T
@SafeVarargs public static <T> Action<T> join(Action<? super T>... actions)
actions