@FunctionalInterface public interface ThrowingBiConsumer<A,B>
void
accept(A a, B b)
void accept(A a, B b) throws Exception
Exception
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.