RxJava


B D E F G H J R S T

B

byLine(Observable<String>) - Static method in class rx.observables.StringObservable
Splits the Observable of Strings by lines and numbers them (zero based index)

D

decode(Observable<byte[]>, String) - Static method in class rx.observables.StringObservable
Decodes a stream the multibyte chunks into a stream of strings that works on infinite streams and where handles when a multibyte character spans two chunks.
decode(Observable<byte[]>, Charset) - Static method in class rx.observables.StringObservable
Decodes a stream the multibyte chunks into a stream of strings that works on infinite streams and where handles when a multibyte character spans two chunks.
decode(Observable<byte[]>, CharsetDecoder) - Static method in class rx.observables.StringObservable
Decodes a stream the multibyte chunks into a stream of strings that works on infinite streams and where it handles when a multibyte character spans two chunks.

E

encode(Observable<String>, String) - Static method in class rx.observables.StringObservable
Encodes a possible infinite stream of strings into a Observable of byte arrays.
encode(Observable<String>, Charset) - Static method in class rx.observables.StringObservable
Encodes a possible infinite stream of strings into a Observable of byte arrays.
encode(Observable<String>, CharsetEncoder) - Static method in class rx.observables.StringObservable
Encodes a possible infinite stream of strings into a Observable of byte arrays.
equals(Object) - Method in class rx.observables.StringObservable.Line
 

F

from(InputStream) - Static method in class rx.observables.StringObservable
Reads from the bytes from a source InputStream and outputs Observable of byte[]s
from(InputStream, int) - Static method in class rx.observables.StringObservable
Reads from the bytes from a source InputStream and outputs Observable of byte[]s
from(Reader) - Static method in class rx.observables.StringObservable
Reads from the characters from a source Reader and outputs Observable of Strings
from(Reader, int) - Static method in class rx.observables.StringObservable
Reads from the characters from a source Reader and outputs Observable of Strings

G

getNumber() - Method in class rx.observables.StringObservable.Line
 
getText() - Method in class rx.observables.StringObservable.Line
 

H

hashCode() - Method in class rx.observables.StringObservable.Line
 

J

join(Observable<T>, CharSequence) - Static method in class rx.observables.StringObservable
Concatenates the sequence of values by adding a separator between them and emitting the result once the source completes.

R

rx.observables - package rx.observables
 

S

split(Observable<String>, String) - Static method in class rx.observables.StringObservable
Rechunks the strings based on a regex pattern and works on infinite stream.
stringConcat(Observable<String>) - Static method in class rx.observables.StringObservable
Gather up all of the strings in to one string to be able to use it as one message.
StringObservable - Class in rx.observables
 
StringObservable() - Constructor for class rx.observables.StringObservable
 
StringObservable.Line - Class in rx.observables
 
StringObservable.Line(int, String) - Constructor for class rx.observables.StringObservable.Line
 

T

toString() - Method in class rx.observables.StringObservable.Line
 

B D E F G H J R S T