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