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.model
/
Result
/
Companion
Companion
object
Companion
Members
Functions
error
Link copied to clipboard
fun
<
E
>
error
(
value
:
E
)
:
Result
<
Nothing
,
E
>
success
Link copied to clipboard
fun
<
T
>
success
(
value
:
T
)
:
Result
<
T
,
Nothing
>