circuit-root
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
circuit-root
backstack
/
com.slack.circuit.backstack
/
BackStack
/
popUntil
pop
Until
open
fun
popUntil
(
predicate
:
(
R
)
->
Boolean
)
:
List
<
R
>
(
source
)
Pop records off the top of the backstack until one is found that matches the given predicate.