@FunctionalInterface public interface BiConsumerThrow<K,V,T extends Throwable>
void
accept(K k, V v)
default BiConsumerThrow<K,V,T>
andThen(BiConsumerThrow<? super K,? super V,T> after)
void accept(K k, V v) throws T extends Throwable
T extends Throwable
default BiConsumerThrow<K,V,T> andThen(BiConsumerThrow<? super K,? super V,T> after)
Copyright © 2017. All rights reserved.