public interface Reader<T,R>
extends java.util.function.Function<T,R>
Modifier and Type | Method and Description |
---|---|
default AnyM<R> |
anyM() |
<R1> Reader<T,R1> |
flatMap(java.util.function.Function<? super R,? extends Reader<T,R1>> f) |
<R1> Reader<T,R1> |
map(java.util.function.Function<? super R,? extends R1> f2) |