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