toggle menu
circuit-root
common
switch theme
search in API
backstack
/
com.slack.circuit.backstack
/
BackStack
/
popUntil
pop
Until
open
fun
popUntil
(
predicate
:
(
R
)
->
Boolean
)
:
ImmutableList
<
R
>
(
source
)
Pop records off the top of the backstack until one is found that matches the given predicate.