V1
- Input type.V2
- Input type.V3
- Input type.R
- Output type.@FunctionalInterface public static interface SneakyThrows.Function3<V1,V2,V3,R>
apply(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)
Apply this function to the given argument and produces a result.
|
R |
tryApply(V1 v1,
V2 v2,
V3 v3)
Apply this function to the given argument and produces a result.
|
Copyright © 2023. All rights reserved.