V
- Input type.@FunctionalInterface public static interface SneakyThrows.Consumer<V> extends Consumer<V>
Consumer
.
This class rethrow any exception using the SneakyThrows.propagate(Throwable)
technique.Modifier and Type | Method and Description |
---|---|
default void |
accept(V v) |
void |
tryAccept(V value)
Performs this operation on the given argument.
|
Copyright © 2020. All rights reserved.