core
0.24.4
js
core
/
de.peekandpoke.kraft.addons.forms.validation
/
Rule
Rule
js
interface
Rule
<
T
>
Types
Functions
Inheritors
Types
Companion
Link copied to clipboard
js
object
Companion
Functions
check
Link copied to clipboard
js
abstract
fun
check
(
value
:
T
)
:
Boolean
get
Message
Link copied to clipboard
js
abstract
fun
getMessage
(
value
:
T
)
:
String
or
Link copied to clipboard
js
open
infix
fun
or
(
other
:
Rule
<
T
>
)
:
Rule
<
T
>
Inheritors
GenericRule
Link copied to clipboard
OrRule
Link copied to clipboard