HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.ai
/
ActionRegistry
/
RegisteredAction
Registered
Action
data
class
RegisteredAction
(
val
descriptor
:
ActionDescriptor
,
val
instance
:
Any
,
val
function
:
KFunction
<
*
>
)
Members
Constructors
Registered
Action
Link copied to clipboard
constructor
(
descriptor
:
ActionDescriptor
,
instance
:
Any
,
function
:
KFunction
<
*
>
)
Properties
descriptor
Link copied to clipboard
val
descriptor
:
ActionDescriptor
function
Link copied to clipboard
val
function
:
KFunction
<
*
>
instance
Link copied to clipboard
val
instance
:
Any