@FunctionalInterface public interface UncheckedConsumer<T> extends Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T value) |
default void |
accept(T value,
Function<Exception,RuntimeException> handler) |
void |
acceptThrows(T value) |
Copyright © 2022. All rights reserved.