Class Reader<A,B>
java.lang.Object
fj.data.Reader<A,B>
The Reader monad (also called the function monad, so equivalent to the idea of F).
-
Field Details
-
function
-
-
Constructor Details
-
Reader
-
-
Method Details
-
getFunction
-
unit
-
constant
-
f
-
map
-
andThen
-
flatMap
-
bind
-