public interface Try7<A,B,C,D,E,F,G,H,Z extends java.lang.Exception>
A
, B
, C
, D
, E
, F
and G
to H
that may throw an Exception
.
Used to instantiate a lambda that may throw an Exception
before converting to an F7
.Try.f(Try7)