Home
last modified time | relevance | path

Searched defs:findLast (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DStepPattern.java524 boolean findLast) in getProximityPosition()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt293 public suspend inline fun <E> ReceiveChannel<E>.findLast(predicate: (E) -> Boolean): E? = in find() method