@FunctionalInterface public interface CheckedBiConsumer<T,U,E extends Throwable>
void
accept(T t, U u)
void accept(T t, U u) throws E extends Throwable
E extends Throwable
Copyright © 2020. All rights reserved.