V1
- Input type.V2
- Input type.V3
- Input type.V4
- Input type.R
- Output type.@FunctionalInterface public static interface SneakyThrows.Function4<V1,V2,V3,V4,R>
apply(Object, Object, Object, Object)
method throws checked exceptions using SneakyThrows.propagate(Throwable)
method.Modifier and Type | Method and Description |
---|---|
default R |
apply(V1 v1,
V2 v2,
V3 v3,
V4 v4)
Apply this function to the given argument and produces a result.
|
R |
tryApply(V1 v1,
V2 v2,
V3 v3,
V4 v4)
Apply this function to the given argument and produces a result.
|
R tryApply(V1 v1, V2 v2, V3 v3, V4 v4) throws Exception
v1
- Input argument.v2
- Input argument.v3
- Input argument.v4
- Input argument.Exception
- If something goes wrong.Copyright © 2023. All rights reserved.