long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-executor-demo-api
/
org.artofdev.tasks.demo.executor.api
/
TestTask2Api
/
Output
Output
data
class
Output
(
val
data
:
List
<
String
>
,
val
theAnswer
:
Int
)
:
DataContent
Members
Constructors
Output
Link copied to clipboard
constructor
(
data
:
List
<
String
>
,
theAnswer
:
Int
)
Properties
data
Link copied to clipboard
val
data
:
List
<
String
>
the
Answer
Link copied to clipboard
val
theAnswer
:
Int