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