outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.result
Package-level
declarations
Types
Types
Kotlin
Result
Link copied to clipboard
typealias
KotlinResult
<
T
>
=
Result
<
T
>
Alias for Kotlin's
Result
type.
Result
Flow
Link copied to clipboard
typealias
ResultFlow
<
Ok
>
=
Flow
<
KotlinResult
<
Ok
>
>
Alias for a
flow
of a
result
.