TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.pubsub
/
Observable
/
takeWhile
take
While
open
fun
takeWhile
(
predicate
:
(
T
)
->
Boolean
)
:
Observable
<
T
>
open
fun
takeWhile
(
inclusive
:
Boolean
,
predicate
:
(
T
)
->
Boolean
)
:
Observable
<
T
>
Returns an observable that emits downstream up until the
predicate
returns false.