Leather Engine Documentation
View source
abstract
Reader<
A
,
B
>(
A
‑>
B
)
package
thx
from
A
‑>
B
to
A
‑>
B
import
thx.Functions
Static methods
static
flatMap
<
C
>(
this:
A
‑>
B
,
f:
B
‑>
A
‑>
C
):
A
‑>
C