outcome
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
outcome
outcome
/
nz.adjmunro.outcome.result
/
KotlinResultFlow
Kotlin
Result
Flow
typealias
KotlinResultFlow
<
Ok
>
=
Flow
<
KotlinResult
<
Ok
>
>
Typealias for a
Flow
of
KotlinResult
values.
Parameters
Ok
The success value type of each result in the flow.
See also
Kotlin
Result
Members & Extensions