@FunctionalInterface public interface VoidFunction<T> extends java.io.Serializable
void
call(T t)
void call(T t) throws Exception
Exception