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