Modifier and Type | Method and Description |
---|---|
<B> IOW<B> |
append(IO<B> iob) |
<B> IOW<B> |
bind(F<A,IO<B>> f) |
IOW<LazyString> |
getContents() |
IOW<Unit> |
interact(F<LazyString,LazyString> f) |
static <A> IOW<A> |
lift(IO<A> io) |
<B> IOW<B> |
map(F<A,B> f) |
A |
run() |
public A run() throws java.io.IOException
public IOW<LazyString> getContents()
public IOW<Unit> interact(F<LazyString,LazyString> f)