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