Package fj.function

Interface Try0<A,Z extends Exception>

All Known Subinterfaces:
IO<A>, SafeIO<A>

public interface Try0<A,Z extends Exception>
A product of A which may throw an Exception. Used to instantiate a lambda that may throw an Exception before converting to a P1.
See Also: