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