public class FilteredAction<T> extends Object implements Action<T>
FilteredAction(Spec<? super T> filter, Action<? super T> action)
void
execute(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilteredAction(Spec<? super T> filter, Action<? super T> action)
public void execute(T t)
Action
execute
Action<T>
t
Copyright © 2013. All rights reserved