public interface Try0<A,Z extends java.lang.Exception>
A which may throw an Exception.
Used to instantiate a lambda that may throw an Exception before converting to a P1.Try.f(Try0)| Modifier and Type | Method and Description |
|---|---|
A |
f() |
default Effect0 |
toEffect0() |
default F0<Validation<Z,A>> |
toF0() |
default P1<Validation<Z,A>> |
toP1() |
default TryEffect0<Z> |
toTryEffect0() |
default F0<Validation<Z,A>> toF0()
default TryEffect0<Z> toTryEffect0()
default Effect0 toEffect0()
default P1<Validation<Z,A>> toP1()