Maps and flattens the computation A into Reader<R & S, B> by f. The weaker variant of flatMap.
A
Reader<R & S, B>
f
flatMap
The process returns Reader.
Reader
The mapped reader.
Generated using TypeDoc
Maps and flattens the computation
A
intoReader<R & S, B>
byf
. The weaker variant offlatMap
.