circuit-root
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
circuit-root
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.