@FunctionalInterface public interface CheckedBiConsumer<X,Y>
void
accept(X x, Y y)
void accept(X x, Y y) throws Throwable
Throwable
Copyright © 2019. All rights reserved.