V1
- Input type.V2
- Input type.V3
- Input type.V4
- Input type.V5
- Input type.V6
- Input type.@FunctionalInterface public static interface SneakyThrows.Consumer6<V1,V2,V3,V4,V5,V6>
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,
V3 v3,
V4 v4,
V5 v5,
V6 v6)
Performs this operation on the given arguments and throw any exception using
SneakyThrows.propagate(Throwable) method. |
void |
tryAccept(V1 v1,
V2 v2,
V3 v3,
V4 v4,
V5 v5,
V6 v6)
Performs this operation on the given arguments.
|
Copyright © 2022. All rights reserved.