public interface TryCatch1<A,B,E 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
.F1Functions.toF1(fj.TryCatch1<A, B, E>)
Modifier and Type | Method and Description |
---|---|
B |
f(A a) |