@FunctionalInterface public interface SafeIO<A> extends IO<A>
default A
f()
A
run()
append, bind, getContents, interact, map, safe
toEffect0, toF0, toP1, toTryEffect0
A run()
run
IO<A>
default A f()
f
Try0<A,java.io.IOException>