JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
fj.data
Interface IO<A>
Type Parameters:
A
- the type of the result produced by the IO
All Known Subinterfaces:
SafeIO
<A>
All Known Implementing Classes:
IOW
public interface
IO<A>
IO monad for processing files
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
A
run
()
Method Detail
run
A
run() throws java.io.IOException
Throws:
java.io.IOException
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method