yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-compose
/
io.github.yafrl.compose
/
FormScope
/
bind
bind
@
Composable
abstract
fun
<
B
>
Form
<
B
>
.
bind
(
lens
:
Lens
<
A
,
B
>
)
(
source
)
Include a sub-form into the larger form being built with
Form.build
.