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