DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util.flow
/
ValueOrCompletion
/
Completion
Completion
class
Completion
(
val
throwable
:
Throwable
?
=
null
)
:
ValueOrCompletion
<
Nothing
>
(
source
)
Members
Constructors
Completion
Link copied to clipboard
constructor
(
throwable
:
Throwable
?
=
null
)
Properties
throwable
Link copied to clipboard
val
throwable
:
Throwable
?
=
null
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Throwable
?
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
map
Link copied to clipboard
open
suspend
fun
<
R
>
map
(
block
:
suspend
(
Nothing
)
->
R
)
:
ValueOrCompletion
<
R
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String