toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.context.param
/
Autofiller
Autofiller
class
Autofiller
<
V
:
Any
>
(
lazyParamTypes
:
List
<
Lazy
<
ContextParamType
<
*
>
>
>
,
val
filler
:
Function
<
V
?
>
)
Members
Constructors
Autofiller
Link copied to clipboard
constructor
(
lazyParamTypes
:
List
<
Lazy
<
ContextParamType
<
*
>
>
>
,
filler
:
Function
<
V
?
>
)
Properties
filler
Link copied to clipboard
val
filler
:
Function
<
V
?
>
params
Link copied to clipboard
val
params
:
List
<
ContextParamType
<
*
>
>
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
List
<
ContextParamType
<
*
>
>
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Function
<
V
?
>