public interface BiConsumer<T,U> extends BiConsumer<T,U>, Throwables.BiConsumer<T,U,RuntimeException>
Modifier and Type | Method and Description |
---|---|
default BiConsumer<T,U> |
andThen(BiConsumer<? super T,? super U> after) |
accept
accept
default BiConsumer<T,U> andThen(BiConsumer<? super T,? super U> after)
andThen
in interface BiConsumer<T,U>
Copyright © 2020. All rights reserved.