Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.dsl
/
ApiDelegate
Api
Delegate
class
ApiDelegate
<
T
:
Any
,
R
:
ApiCacheHolder
>
(
val
factory
:
(
R
)
->
T
)
Members
Constructors
Api
Delegate
Link copied to clipboard
constructor
(
factory
:
(
R
)
->
T
)
Properties
factory
Link copied to clipboard
val
factory
:
(
R
)
->
T
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
R
,
property
:
KProperty
<
*
>
)
:
T