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