Skip navigation links
A C I R 

A

apply(Observable<T>) - Method in class com.jakewharton.rx3.ReplayingShare
 
apply(Flowable<T>) - Method in class com.jakewharton.rx3.ReplayingShare
 

C

com.jakewharton.rx3 - package com.jakewharton.rx3
 
createWithDefault(T) - Static method in class com.jakewharton.rx3.ReplayingShare
Creates a `ReplayingShare` transformer with a default value which will be emitted downstream on subscription if there is not any cached value yet.

I

instance() - Static method in class com.jakewharton.rx3.ReplayingShare
The singleton instance of this transformer.

R

ReplayingShare<T> - Class in com.jakewharton.rx3
A transformer which combines the replay(1), publish(), and refCount() operators.
A C I R 
Skip navigation links

Copyright © 2016-2020. All Rights Reserved.