Applies the reader r to the reader s with composing the record type. The weaker variant of apply.
r
s
apply
The reader with record R and computation about the function (a: A) => B.
R
(a: A) => B
The applied reader with composed record type R & S.
R & S
Generated using TypeDoc
Applies the reader
r
to the readers
with composing the record type. The weaker variant ofapply
.