Properties
Apply
Apply: (<B>(form1, form2) => R)
Type declaration
-
- <B>(form1, form2): R
-
Returns R
Field
Field: ((field) => R)
Group
Group: ((name, form) => R)
Type declaration
-
- (name, form): R
-
Parameters
-
name: string
-
form: Form<A>
Returns R
List
List: (<B>(form, forms, fn) => R)
Type declaration
-
- <B>(form, forms, fn): R
-
Parameters
-
form: Form<B>
-
forms: Form<B>[]
-
fn: ((bs) => A)
Returns R
Map
Map: (<B>(fn, form) => R)
Type declaration
-
- <B>(fn, form): R
-
Parameters
-
fn: ((b) => A)
-
form: Form<B>
Returns R
Select
Select: (<B>(form1, form2) => R)
Type declaration
-
- <B>(form1, form2): R
-
Returns R
Validated
Validated: ((validate, form) => R)
Type declaration
-
- (validate, form): R
-
Returns R