@FunctionalInterface public interface ThrowingConsumer<T> extends java.util.function.Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T elem) |
void |
acceptThrows(T elem) |
andThenCopyright © 2020. All rights reserved.