@FunctionalInterface public static interface Fn.ConsumerThrows<T,E extends Exception>
void
accept(T x)
void accept(@Nullable T x) throws E extends Exception
E extends Exception