Searched defs:removeFirstIfIsInstanceOfOrPeekIf (Results 1 – 4 of 4) sorted by relevance
39 public inline fun <reified T> removeFirstIfIsInstanceOfOrPeekIf(predicate: (T) -> Boolean): T? in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
83 public inline fun <reified T> removeFirstIfIsInstanceOfOrPeekIf(predicate: (T) -> Boolean): T? { in removeFirstIfIsInstanceOfOrPeekIf() method in kotlinx.coroutines.internal.LinkedListNode
292 …public actual inline fun <reified T> removeFirstIfIsInstanceOfOrPeekIf(predicate: (T) -> Boolean):… in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode