TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.pubsub
/
Observables
/
fromIterable
from
Iterable
@
JvmStatic
fun
<
T
>
fromIterable
(
items
:
Iterable
<
T
>
)
:
Observable
<
T
>
Returns an observable that emits each item from the given
items
to any observer that subscribes.