service
0.26.0
jvm
service
/
net.devslash
/
SingleUseDataSupplier
Single
Use
Data
Supplier
class
SingleUseDataSupplier
<
T
>
(
supply
:
List
<
String
>
=
listOf()
)
:
RequestDataSupplier
<
T
>
Members
Constructors
Single
Use
Data
Supplier
Link copied to clipboard
constructor
(
supply
:
List
<
String
>
=
listOf()
)
Functions
get
Data
For
Request
Link copied to clipboard
open
suspend override
fun
getDataForRequest
(
)
:
RequestData
<
T
>
?
init
Link copied to clipboard
open
fun
init
(
)