kotlin.coroutines.experimental.AbstractCoroutineContextElement.minusKey

minusKey

open fun minusKey(key: Key<*>): CoroutineContext

Overrides CoroutineContext.minusKey

Returns a context containing elements from this context, but without an element with the specified key. Keys are compared by reference, that is to remove an element from the context the reference to its actual key object must be presented to this function.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部