Soil
Toggle table of contents
1.0.0-alpha13
common
Platform filter
common
Switch theme
Search in API
Soil
soil-form
/
soil.form.rule
/
ArrayRuleTester
Array
Rule
Tester
class
ArrayRuleTester
<
V
>
(
predicate
:
Array
<
V
>
.
(
)
->
Boolean
,
message
:
(
)
->
String
)
:
Function1
<
value
:
Array
<
V
>
,
ValidationResult
>
(
source
)
Deprecated
Please migrate to the new form implementation. This legacy code will be removed in a future version.
Members
Constructors
Array
Rule
Tester
Link copied to clipboard
constructor
(
predicate
:
Array
<
V
>
.
(
)
->
Boolean
,
message
:
(
)
->
String
)
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
value
:
value
:
Array
<
V
>
)
:
ValidationResult