public interface Try3<A,B,C,D,Z extends java.lang.Exception>
A, B and C to D that may throw an Exception.
Used to instantiate a lambda that may throw an Exception before converting to an F3.Try.f(Try3)| Modifier and Type | Method and Description |
|---|---|
D |
f(A a,
B b,
C c) |