kweb-core
/
kweb.state
/
ReversibleFunction
Reversible
Function
abstract class
ReversibleFunction
<
Input
,
Output
>(label:
String
)
Content copied to clipboard
Defines a reversible function, for use by
KVar.map
.
Constructors
Functions
Properties
Constructors
ReversibleFunction
Link copied to clipboard
fun
ReversibleFunction
(label:
String
)
Content copied to clipboard
Functions
invoke
Link copied to clipboard
abstract operator fun
invoke
(from:
Input
):
Output
Content copied to clipboard
reverse
Link copied to clipboard
abstract fun
reverse
(original:
Input
, change:
Output
):
Input
Content copied to clipboard
Properties
label
Link copied to clipboard
val
label
:
String
Content copied to clipboard