Package | Description |
---|---|
io.reactivex.processors |
Classes extending the Flowable base reactive class and implementing
the Subscriber interface at the same time (aka hot Flowables).
|
Modifier and Type | Method and Description |
---|---|
static <T> BehaviorProcessor<T> |
BehaviorProcessor.create()
Creates a
BehaviorProcessor without a default item. |
static <T> BehaviorProcessor<T> |
BehaviorProcessor.createDefault(T defaultValue)
Creates a
BehaviorProcessor that emits the last item it observed and all subsequent items to each
Subscriber that subscribes to it. |
Copyright © 2019. All rights reserved.