toggle menu
clikt
common
switch theme
search in API
clikt-core
/
com.github.ajalt.clikt.sources
/
ChainedValueSource
Chained
Value
Source
class
ChainedValueSource
(
val
sources
:
List
<
ValueSource
>
)
:
ValueSource
A
ValueSource
that looks for values in multiple other sources.
Members
Constructors
Chained
Value
Source
Link copied to clipboard
constructor
(
sources
:
List
<
ValueSource
>
)
Properties
sources
Link copied to clipboard
val
sources
:
List
<
ValueSource
>
Functions
get
Values
Link copied to clipboard
open
override
fun
getValues
(
context
:
Context
,
option
:
Option
)
:
List
<
ValueSource.Invocation
>