T
public interface Action<T>
void
execute(T thing)
void execute(T thing) throws Exception
thing
Exception