V1
- Input type.V2
- Input type.R
- Output type.@FunctionalInterface public static interface SneakyThrows.Function2<V1,V2,R> extends BiFunction<V1,V2,R>
BiFunction
.
The apply(Object, Object)
method throws checked exceptions using SneakyThrows.propagate(Throwable)
method.Modifier and Type | Method and Description |
---|---|
default R |
apply(V1 v1,
V2 v2)
Apply this function to the given argument and produces a result.
|
R |
tryApply(V1 v1,
V2 v2)
Apply this function to the given argument and produces a result.
|
andThen
Copyright © 2019. All rights reserved.