@FunctionalInterface public interface XBiConsumer<T,U,X extends Exception>
BiConsumer
void
accept(T t, U u)
void accept(T t, U u) throws X extends Exception
X
X extends Exception
BiConsumer.accept(Object, Object)
Copyright © 2021. All rights reserved.