Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
NOT SUPPORTED ON iOS
Interface that indicates that the implementing object can be serialized using platform specific serialization.
Not supported on JavaScript
Interface that indicates that the implementing object can be serialized using platform specific serialization.
Not supported on Kotlin/Wasm.
Properties
Functions
Link copied to clipboard
fun <T : Any> BufferedAsListChannel(coroutineContext: CoroutineContext, dispatcher: CloseableCoroutineDispatcher, closeDispatcherOnCompletion: Boolean): BufferedAsListChannel<T>
Creates a BufferedAsListChannel that batches its elements with a given CoroutineContext
Link copied to clipboard
Returns the enum by matching ordinals position, or the given default value if no ordinals match.
Link copied to clipboard
Completes an EmptyCompletableDeferred with Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns first element that is instance of specific type parameter R, or null if not found
Link copied to clipboard
Gets the Deferred.getCompleted value if Deferred.isCompleted or null otherwise.