toggle menu
soil
1.0.0-alpha07
common
switch theme
search in API
soil-form
/
soil.form
/
FormRule
Form
Rule
fun
interface
FormRule
<
T
>
Represents a rule that can be applied to a form field.
Members
Functions
test
Link copied to clipboard
abstract
fun
test
(
value
:
T
,
dryRun
:
Boolean
)
:
Boolean
Tests the given value against the rule.