Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

a() - Method in class com.github.davidmoten.rx.util.Pair
 
a0(Checked.A0) - Static method in class com.github.davidmoten.rx.Checked
 
a0(Checked.A0) - Static method in class com.github.davidmoten.rx.Ignore
 
a1(Checked.A1<T>) - Static method in class com.github.davidmoten.rx.Checked
 
a1(Checked.A1<T>) - Static method in class com.github.davidmoten.rx.Ignore
 
absent() - Static method in class com.github.davidmoten.util.Optional
 
action(Action1<? super RetryWhen.ErrorAndDuration>) - Method in class com.github.davidmoten.rx.RetryWhen
 
action(Action1<? super RetryWhen.ErrorAndDuration>) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
Actions - Class in com.github.davidmoten.rx
 
Actions() - Constructor for class com.github.davidmoten.rx.Actions
 
add() - Static method in class com.github.davidmoten.rx.Functions
Returns a Func2 that adds numbers.
add(Number) - Method in class com.github.davidmoten.rx.Statistics
 
addTo(AtomicLong) - Static method in class com.github.davidmoten.rx.Actions
 
alwaysFalse() - Static method in class com.github.davidmoten.rx.Functions
 
alwaysFalse2() - Static method in class com.github.davidmoten.rx.Functions
 
alwaysTrue() - Static method in class com.github.davidmoten.rx.Functions
 
alwaysTrue2() - Static method in class com.github.davidmoten.rx.Functions
 
appendEnv() - Method in class com.github.davidmoten.rx.Processes.Parameters
 
AssertionException(String) - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.AssertionException
 

B

b() - Method in class com.github.davidmoten.rx.util.Pair
 
BackpressureStrategy - Enum in com.github.davidmoten.rx.util
 
BackpressureUtils - Class in com.github.davidmoten.rx.util
Utility functions for use with backpressure.
bufferEmissions() - Static method in class com.github.davidmoten.rx.Transformers
 
build() - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
Bytes - Class in com.github.davidmoten.rx
 
Bytes() - Constructor for class com.github.davidmoten.rx.Bytes
 

C

cache(Observable<T>) - Static method in class com.github.davidmoten.rx.Obs
Returns a cached Observable like Observable.cache() except that the cache can be reset by calling CachedObservable.reset().
cache(Observable<T>, long, TimeUnit, Scheduler.Worker) - Static method in class com.github.davidmoten.rx.Obs
Returns a cached Observable like Observable.cache() except that the cache can be reset by calling CachedObservable.reset() and the cache will be automatically reset an interval after first subscription (or first subscription after reset).
cache(Observable<T>, long, TimeUnit, Scheduler) - Static method in class com.github.davidmoten.rx.Obs
Returns a cached Observable like Observable.cache() except that the cache may be reset by the user calling CloseableObservableWithReset.reset().
cache(long, TimeUnit, Scheduler.Worker) - Static method in class com.github.davidmoten.rx.Transformers
 
CachedObservable<T> - Class in com.github.davidmoten.rx.observables
 
CachedObservable(Observable<T>) - Constructor for class com.github.davidmoten.rx.observables.CachedObservable
 
call() - Method in interface com.github.davidmoten.rx.Checked.A0
 
call(T) - Method in interface com.github.davidmoten.rx.Checked.A1
 
call() - Method in interface com.github.davidmoten.rx.Checked.F0
 
call(T) - Method in interface com.github.davidmoten.rx.Checked.F1
 
call(T, R) - Method in interface com.github.davidmoten.rx.Checked.F2
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OnSubscribeCacheResetable
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorBufferEmissions
 
call(Subscriber<? super R>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorCollectWhile
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorDoAfterOnNext
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorDoOnNth
 
call(Subscriber<? super R>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorFromTransformer
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorOrderedMerge
Deprecated.
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorSampleFirst
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorUnsubscribeEagerly
 
call(Subscriber<? super T>) - Method in class com.github.davidmoten.rx.internal.operators.OrderedMerge
 
call(Observable<T>) - Method in class com.github.davidmoten.rx.internal.operators.TransformerLimitSubscribers
 
call(Observable<In>) - Method in class com.github.davidmoten.rx.internal.operators.TransformerStateMachine
 
call(Observable<T>) - Method in class com.github.davidmoten.rx.util.MapWithIndex
 
checkArgument(boolean, String) - Static method in class com.github.davidmoten.util.Preconditions
 
Checked - Class in com.github.davidmoten.rx
Utility functions that are useful for brevity when using checked exceptions in lambdas with RxJava.
Checked() - Constructor for class com.github.davidmoten.rx.Checked
 
Checked.A0 - Interface in com.github.davidmoten.rx
 
Checked.A1<T> - Interface in com.github.davidmoten.rx
 
Checked.F0<T> - Interface in com.github.davidmoten.rx
 
Checked.F1<T,R> - Interface in com.github.davidmoten.rx
 
Checked.F2<T,R,S> - Interface in com.github.davidmoten.rx
 
checkNotNull(Object) - Static method in class com.github.davidmoten.util.Preconditions
 
checkNotNull(Object, String) - Static method in class com.github.davidmoten.util.Preconditions
 
close() - Method in class com.github.davidmoten.rx.CloseableObservableWithReset
 
CloseableObservableWithReset<T> - Class in com.github.davidmoten.rx
 
CloseableObservableWithReset(Observable<T>, Action0, Action0) - Constructor for class com.github.davidmoten.rx.CloseableObservableWithReset
 
collectStats() - Static method in class com.github.davidmoten.rx.Functions
 
collectStats() - Static method in class com.github.davidmoten.rx.Transformers
 
collectStats(Func1<? super T, ? extends R>) - Static method in class com.github.davidmoten.rx.Transformers
 
collectWhile(Observable<T>, Func0<R>, Func2<R, T, R>, Func2<R, T, Boolean>) - Static method in class com.github.davidmoten.rx.Obs
 
collectWhile(Func0<R>, Action2<? super R, ? super T>, Func2<? super R, ? super T, Boolean>, Func1<? super R, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that returns an Observable that is collected into Collection instances created by factory that are emitted when the collection and latest emission do not satisfy condition or on completion.
collectWhile(Func0<R>, Action2<? super R, ? super T>) - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that returns an Observable that is collected into Collection instances created by factory that are emitted when items are not equal or on completion.
collectWhile(Func0<R>, Action2<? super R, ? super T>, Func2<? super R, ? super T, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
 
com.github.davidmoten.rx - package com.github.davidmoten.rx
 
com.github.davidmoten.rx.exceptions - package com.github.davidmoten.rx.exceptions
 
com.github.davidmoten.rx.internal.operators - package com.github.davidmoten.rx.internal.operators
 
com.github.davidmoten.rx.observables - package com.github.davidmoten.rx.observables
 
com.github.davidmoten.rx.subjects - package com.github.davidmoten.rx.subjects
 
com.github.davidmoten.rx.testing - package com.github.davidmoten.rx.testing
 
com.github.davidmoten.rx.util - package com.github.davidmoten.rx.util
 
com.github.davidmoten.util - package com.github.davidmoten.util
 
command() - Method in class com.github.davidmoten.rx.Processes.Parameters
 
computation(String) - Static method in class com.github.davidmoten.rx.Schedulers
 
computation() - Static method in class com.github.davidmoten.rx.Schedulers
 
concat(Observable<String>) - Static method in class com.github.davidmoten.rx.Strings
 
concat(Observable<String>, String) - Static method in class com.github.davidmoten.rx.Strings
 
constant(R) - Static method in class com.github.davidmoten.rx.Functions
 
constant0(T) - Static method in class com.github.davidmoten.rx.Functions
 
count() - Method in class com.github.davidmoten.rx.Statistics
 
create(Action1<? super T>, int) - Static method in class com.github.davidmoten.rx.internal.operators.OperatorDoOnNth
 
create(Observable<? extends T>, Func2<? super T, ? super T, Integer>) - Static method in class com.github.davidmoten.rx.internal.operators.OperatorOrderedMerge
Deprecated.
 
create(Collection<Observable<? extends U>>) - Static method in class com.github.davidmoten.rx.internal.operators.OrderedMerge
 
create(Collection<Observable<? extends U>>, Comparator<? super U>) - Static method in class com.github.davidmoten.rx.internal.operators.OrderedMerge
 
create(Collection<Observable<? extends U>>, boolean) - Static method in class com.github.davidmoten.rx.internal.operators.OrderedMerge
 
create(Collection<Observable<? extends U>>, Comparator<? super U>, boolean) - Static method in class com.github.davidmoten.rx.internal.operators.OrderedMerge
 
create(Func0<? extends State>, Func3<? super State, ? super In, ? super Subscriber<Out>, ? extends State>, Func2<? super State, ? super Subscriber<Out>, Boolean>, BackpressureStrategy) - Static method in class com.github.davidmoten.rx.internal.operators.TransformerStateMachine
 
create(Collection<Observable<? extends T>>) - Static method in class com.github.davidmoten.rx.Obs
 
create(Collection<Observable<? extends T>>, Comparator<? super T>) - Static method in class com.github.davidmoten.rx.Obs
 
create(Collection<Observable<? extends T>>, boolean) - Static method in class com.github.davidmoten.rx.Obs
 
create(Collection<Observable<? extends T>>, Comparator<? super T>, boolean) - Static method in class com.github.davidmoten.rx.Obs
 
create() - Static method in class com.github.davidmoten.rx.Statistics
 
create() - Static method in class com.github.davidmoten.rx.subjects.PublishSubjectSingleSubscriber
Returns a new instance of a PublishSubjectSingleSubscriber.
create(Queue<T>, Subscriber<? super T>) - Static method in class com.github.davidmoten.rx.util.DrainerSyncBiased
 
create(T, S) - Static method in class com.github.davidmoten.rx.util.Pair
 
createWorker() - Method in class com.github.davidmoten.rx.SchedulerWithId
 

D

decode(CharsetDecoder) - Static method in class com.github.davidmoten.rx.internal.operators.TransformerDecode
 
decode(Observable<byte[]>, CharsetDecoder) - Static method in class com.github.davidmoten.rx.Strings
 
decode(Observable<byte[]>, Charset) - Static method in class com.github.davidmoten.rx.Strings
 
decode(Observable<byte[]>, String) - Static method in class com.github.davidmoten.rx.Strings
 
decode(CharsetDecoder) - Static method in class com.github.davidmoten.rx.Transformers
Decodes a stream of multibyte chunks into a stream of strings that works on infinite streams and handles when a multibyte character spans two chunks.
decrement0(AtomicInteger) - Static method in class com.github.davidmoten.rx.Actions
 
decrement1(AtomicInteger) - Static method in class com.github.davidmoten.rx.Actions
 
delay(Long, TimeUnit) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
delay(Long, TimeUnit) - Static method in class com.github.davidmoten.rx.RetryWhen
 
delays(Observable<Long>, TimeUnit) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
delays(Observable<Long>, TimeUnit) - Static method in class com.github.davidmoten.rx.RetryWhen
 
DeliveredMoreThanRequestedException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.DeliveredMoreThanRequestedException
 
directory() - Method in class com.github.davidmoten.rx.Processes.Parameters
 
doNothing0() - Static method in class com.github.davidmoten.rx.Actions
 
doNothing1() - Static method in class com.github.davidmoten.rx.Actions
 
doNothing2() - Static method in class com.github.davidmoten.rx.Actions
 
doNothing3() - Static method in class com.github.davidmoten.rx.Actions
 
doOnFirst(Action1<? super T>) - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that applied to a source Observable calls the given action on the first onNext emission.
doOnNext(int, Action1<? super T>) - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that applied to a source Observable calls the given action on the nth onNext emission.
DownstreamUnsubscriptionDidNotOccurException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.DownstreamUnsubscriptionDidNotOccurException
 
Drainer<T> - Interface in com.github.davidmoten.rx.util
 
DrainerSyncBiased<T> - Class in com.github.davidmoten.rx.util
Optimized for when request method is called on same thread as the Observer methods.
durationMs() - Method in class com.github.davidmoten.rx.RetryWhen.ErrorAndDuration
 

E

env() - Method in class com.github.davidmoten.rx.Processes.Parameters
 
ErrorAndDuration(Throwable, long) - Constructor for class com.github.davidmoten.rx.RetryWhen.ErrorAndDuration
 
execute(String...) - Static method in class com.github.davidmoten.rx.Processes
 
execute(Processes.Parameters) - Static method in class com.github.davidmoten.rx.Processes
 
exitCode() - Method in exception com.github.davidmoten.rx.Processes.ProcessException
 
expect(R...) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
expect(List<R>) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
expectAnyOrder(R...) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
ExpectedErrorNotReceivedException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.ExpectedErrorNotReceivedException
 
ExpectedExceptionNotThrownException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.ExpectedExceptionNotThrownException
 
expectEmpty() - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
expectError() - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
expectError(Class<? extends Throwable>) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
expectException(Class<? extends RuntimeException>) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
expectSize(long) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
exponentialBackoff(long, TimeUnit, double) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
exponentialBackoff(long, TimeUnit) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
exponentialBackoff(long, TimeUnit, double) - Static method in class com.github.davidmoten.rx.RetryWhen
 
exponentialBackoff(long, TimeUnit) - Static method in class com.github.davidmoten.rx.RetryWhen
 

F

f0(Checked.F0<T>) - Static method in class com.github.davidmoten.rx.Checked
Returns a Func0 that reports any exception thrown by f wrapped by a RuntimeException.
f1(Checked.F1<T, R>) - Static method in class com.github.davidmoten.rx.Checked
 
f2(Checked.F2<T, R, S>) - Static method in class com.github.davidmoten.rx.Checked
 
failWhenInstanceOf(Class<? extends Throwable>...) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
failWhenInstanceOf(Class<? extends Throwable>...) - Static method in class com.github.davidmoten.rx.RetryWhen
 
from(InputStream, int) - Static method in class com.github.davidmoten.rx.Bytes
 
from(InputStream) - Static method in class com.github.davidmoten.rx.Bytes
 
from(Reader, int) - Static method in class com.github.davidmoten.rx.Strings
 
from(Reader) - Static method in class com.github.davidmoten.rx.Strings
 
from(InputStream) - Static method in class com.github.davidmoten.rx.Strings
 
from(InputStream, Charset) - Static method in class com.github.davidmoten.rx.Strings
 
from(InputStream, Charset, int) - Static method in class com.github.davidmoten.rx.Strings
 
from(File) - Static method in class com.github.davidmoten.rx.Strings
 
from(File, Charset) - Static method in class com.github.davidmoten.rx.Strings
 
from(T...) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
from(Observable<T>) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
fromEmpty() - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
fromError() - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
fromErrorAfter(T...) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
fromErrorAfter(Observable<T>) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
fromNullable(T) - Static method in class com.github.davidmoten.util.Optional
 
function(Func1<Observable<T>, Observable<R>>) - Method in class com.github.davidmoten.rx.testing.TestingHelper.Builder
Sets transformation to be tested and returns the current builder.
function(Func1<Observable<T>, Observable<R>>) - Static method in class com.github.davidmoten.rx.testing.TestingHelper
Sets the transformation to be tested and returns a builder to create test cases.
Functions - Class in com.github.davidmoten.rx
 

G

generateState() - Method in class com.github.davidmoten.rx.internal.operators.OnSubscribeInputStream
 
generateState() - Method in class com.github.davidmoten.rx.internal.operators.OnSubscribeReader
 
get() - Method in class com.github.davidmoten.util.Optional
 
getAndAddRequest(AtomicLongFieldUpdater<T>, T, long) - Static method in class com.github.davidmoten.rx.util.BackpressureUtils
Adds n to requested field and returns the value prior to addition once the addition is successful (uses CAS semantics).
getAndAddRequest(AtomicLong, long) - Static method in class com.github.davidmoten.rx.util.BackpressureUtils
Adds n to requested and returns the value prior to addition once the addition is successful (uses CAS semantics).
getComment() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getCompressedSize() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getCrc() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getExtra() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getInputStream() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getMethod() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getName() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getSize() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 
getTime() - Method in class com.github.davidmoten.rx.util.ZippedEntry
 

H

hasObservers() - Method in class com.github.davidmoten.rx.subjects.PublishSubjectSingleSubscriber
 

I

identity() - Static method in class com.github.davidmoten.rx.Functions
 
Ignore - Class in com.github.davidmoten.rx
 
Ignore() - Constructor for class com.github.davidmoten.rx.Ignore
 
ignoreElementsThen(Observable<R>) - Static method in class com.github.davidmoten.rx.Transformers
 
increment0(AtomicInteger) - Static method in class com.github.davidmoten.rx.Actions
 
increment1(AtomicInteger) - Static method in class com.github.davidmoten.rx.Actions
 
index() - Method in class com.github.davidmoten.rx.util.MapWithIndex.Indexed
 
Indexed(T, long) - Constructor for class com.github.davidmoten.rx.util.MapWithIndex.Indexed
 
instance() - Static method in class com.github.davidmoten.rx.internal.operators.OperatorUnsubscribeEagerly
 
instance() - Static method in class com.github.davidmoten.rx.util.MapWithIndex
 
isNotNull() - Static method in class com.github.davidmoten.rx.Functions
 
isNull() - Static method in class com.github.davidmoten.rx.Functions
 
isPresent() - Method in class com.github.davidmoten.util.Optional
 

J

Jaxws - Class in com.github.davidmoten.rx
 
Jaxws() - Constructor for class com.github.davidmoten.rx.Jaxws
 
Jaxws.ObservableAdapter - Class in com.github.davidmoten.rx
 
join(Observable<String>) - Static method in class com.github.davidmoten.rx.Strings
 
join(Observable<String>, String) - Static method in class com.github.davidmoten.rx.Strings
 
just() - Static method in class com.github.davidmoten.rx.Functions
 

K

kryo() - Static method in class com.github.davidmoten.rx.Serialized
 
kryo(Kryo) - Static method in class com.github.davidmoten.rx.Serialized
 

L

left() - Method in class com.github.davidmoten.rx.util.Pair
 
limitSubscribers(AtomicInteger, int) - Static method in class com.github.davidmoten.rx.Transformers
 
limitSubscribers(int) - Static method in class com.github.davidmoten.rx.Transformers
 

M

main(String[]) - Static method in class com.github.davidmoten.rx.Processes
 
main(String[]) - Static method in class com.github.davidmoten.rx.Schedulers
 
mapWithIndex() - Static method in class com.github.davidmoten.rx.Transformers
 
MapWithIndex<T> - Class in com.github.davidmoten.rx.util
 
MapWithIndex() - Constructor for class com.github.davidmoten.rx.util.MapWithIndex
 
MapWithIndex.Indexed<T> - Class in com.github.davidmoten.rx.util
 
marshal(Observable) - Method in class com.github.davidmoten.rx.Jaxws.ObservableAdapter
 
Maths - Class in com.github.davidmoten.rx
 
maxRetries(int) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
maxRetries(int) - Static method in class com.github.davidmoten.rx.RetryWhen
 
mean() - Method in class com.github.davidmoten.rx.Statistics
 
Multiplier<T> - Interface in com.github.davidmoten.rx
A convenient shorthand way of specifying a Func1 used in a flatMap for instance.

N

name(String) - Method in class com.github.davidmoten.rx.testing.TestingHelper.Builder
Sets the name of the test which is used in the name of a junit test.
name(String) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
next(InputStream, Observer<? super byte[]>) - Method in class com.github.davidmoten.rx.internal.operators.OnSubscribeInputStream
 
next(Reader, Observer<? super String>) - Method in class com.github.davidmoten.rx.internal.operators.OnSubscribeReader
 
not(Func1<T, Boolean>) - Static method in class com.github.davidmoten.rx.Functions
 
NotPresentException() - Constructor for exception com.github.davidmoten.util.Optional.NotPresentException
 

O

Obs - Class in com.github.davidmoten.rx
 
Obs() - Constructor for class com.github.davidmoten.rx.Obs
 
observable() - Method in class com.github.davidmoten.rx.CloseableObservableWithReset
 
ObservableAdapter() - Constructor for class com.github.davidmoten.rx.Jaxws.ObservableAdapter
 
of(T) - Static method in class com.github.davidmoten.util.Optional
 
onCompleted() - Method in class com.github.davidmoten.rx.subjects.PublishSubjectSingleSubscriber
 
onCompleted() - Method in class com.github.davidmoten.rx.util.DrainerSyncBiased
 
onError(Throwable) - Method in class com.github.davidmoten.rx.subjects.PublishSubjectSingleSubscriber
 
onError(Throwable) - Method in class com.github.davidmoten.rx.util.DrainerSyncBiased
 
onNext(T) - Method in class com.github.davidmoten.rx.subjects.PublishSubjectSingleSubscriber
 
onNext(T) - Method in class com.github.davidmoten.rx.util.DrainerSyncBiased
 
OnSubscribeCacheResetable<T> - Class in com.github.davidmoten.rx.internal.operators
 
OnSubscribeCacheResetable(Observable<T>) - Constructor for class com.github.davidmoten.rx.internal.operators.OnSubscribeCacheResetable
 
OnSubscribeInputStream - Class in com.github.davidmoten.rx.internal.operators
 
OnSubscribeInputStream(InputStream, int) - Constructor for class com.github.davidmoten.rx.internal.operators.OnSubscribeInputStream
 
OnSubscribeReader - Class in com.github.davidmoten.rx.internal.operators
 
OnSubscribeReader(Reader, int) - Constructor for class com.github.davidmoten.rx.internal.operators.OnSubscribeReader
 
OperatorBufferEmissions<T> - Class in com.github.davidmoten.rx.internal.operators
 
OperatorBufferEmissions() - Constructor for class com.github.davidmoten.rx.internal.operators.OperatorBufferEmissions
Internal API.
OperatorCollectWhile<R,T> - Class in com.github.davidmoten.rx.internal.operators
 
OperatorCollectWhile(Func0<? extends R>, Func2<? super R, ? super T, ? extends R>, Func2<? super R, ? super T, Boolean>) - Constructor for class com.github.davidmoten.rx.internal.operators.OperatorCollectWhile
 
OperatorDoAfterOnNext<T> - Class in com.github.davidmoten.rx.internal.operators
 
OperatorDoAfterOnNext(Action1<T>) - Constructor for class com.github.davidmoten.rx.internal.operators.OperatorDoAfterOnNext
 
OperatorDoOnNth<T> - Class in com.github.davidmoten.rx.internal.operators
 
OperatorFromTransformer<R,T> - Class in com.github.davidmoten.rx.internal.operators
Converts an Transformer (a function converting one Observable into another) into an Observable.Operator.
OperatorFromTransformer(Func1<? super Observable<T>, ? extends Observable<R>>) - Constructor for class com.github.davidmoten.rx.internal.operators.OperatorFromTransformer
Constructor.
OperatorOrderedMerge<T> - Class in com.github.davidmoten.rx.internal.operators
Deprecated.
OperatorSampleFirst<T> - Class in com.github.davidmoten.rx.internal.operators
Throttle by windowing a stream and returning the first value in each window.
OperatorSampleFirst(long, TimeUnit, Scheduler) - Constructor for class com.github.davidmoten.rx.internal.operators.OperatorSampleFirst
 
OperatorUnsubscribeEagerly<T> - Class in com.github.davidmoten.rx.internal.operators
 
Optional<T> - Class in com.github.davidmoten.util
 
Optional.NotPresentException - Exception in com.github.davidmoten.util
 
or(T) - Method in class com.github.davidmoten.util.Optional
 
OrderedMerge<T> - Class in com.github.davidmoten.rx.internal.operators
 
orderedMergeWith(Observable<? extends T>, Comparator<? super T>) - Static method in class com.github.davidmoten.rx.Transformers
Returns the source Observable merged with the other observable using the given Comparator for order.
orderedMergeWith(Collection<Observable<? extends T>>, Comparator<? super T>) - Static method in class com.github.davidmoten.rx.Transformers
Returns the source Observable merged with all of the other observables using the given Comparator for order.

P

Pair<T,S> - Class in com.github.davidmoten.rx.util
 
Pair(T, S) - Constructor for class com.github.davidmoten.rx.util.Pair
 
Parameters(List<String>, Optional<Map<String, String>>, boolean, File, Optional<Long>) - Constructor for class com.github.davidmoten.rx.Processes.Parameters
 
Preconditions - Class in com.github.davidmoten.util
 
Preconditions() - Constructor for class com.github.davidmoten.util.Preconditions
 
Predicate<T> - Interface in com.github.davidmoten.rx
A convenient sorthand way of specifying a Func1 used in a filter for instance.
primes() - Static method in class com.github.davidmoten.rx.Maths
 
println() - Static method in class com.github.davidmoten.rx.Actions
 
process(byte[], ByteBuffer, boolean, CharsetDecoder, Subscriber<String>) - Static method in class com.github.davidmoten.rx.internal.operators.TransformerDecode
 
Processes - Class in com.github.davidmoten.rx
 
Processes() - Constructor for class com.github.davidmoten.rx.Processes
 
Processes.Parameters - Class in com.github.davidmoten.rx
 
Processes.ProcessException - Exception in com.github.davidmoten.rx
 
ProcessException(int) - Constructor for exception com.github.davidmoten.rx.Processes.ProcessException
 
PublishSubjectSingleSubscriber<T> - Class in com.github.davidmoten.rx.subjects
A Subject that supports a maximum of one Subscriber.

R

read(Class<T>, File) - Method in class com.github.davidmoten.rx.Serialized.KryoBuilder
 
read(Class<T>, File, int) - Method in class com.github.davidmoten.rx.Serialized.KryoBuilder
 
read(Class<T>, Input, int) - Method in class com.github.davidmoten.rx.Serialized.KryoBuilder
 
read(ObjectInputStream) - Static method in class com.github.davidmoten.rx.Serialized
Returns the deserialized objects from the given InputStream as an Observable stream.
read(File, int) - Static method in class com.github.davidmoten.rx.Serialized
Returns the deserialized objects from the given File as an Observable stream.
read(File) - Static method in class com.github.davidmoten.rx.Serialized
Returns the deserialized objects from the given File as an Observable stream.
repeating(T) - Static method in class com.github.davidmoten.rx.Obs
Returns an Observable that epeats emitting t without completing.
request(long) - Method in class com.github.davidmoten.rx.util.DrainerSyncBiased
 
reset() - Method in class com.github.davidmoten.rx.CloseableObservableWithReset
 
reset() - Method in class com.github.davidmoten.rx.internal.operators.OnSubscribeCacheResetable
 
reset() - Method in class com.github.davidmoten.rx.observables.CachedObservable
 
retryIf(Func1<Throwable, Boolean>) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
retryIf(Func1<Throwable, Boolean>) - Static method in class com.github.davidmoten.rx.RetryWhen
 
RetryWhen - Class in com.github.davidmoten.rx
Provides builder for the Func1 parameter of Observable.retryWhen(Func1).
RetryWhen() - Constructor for class com.github.davidmoten.rx.RetryWhen
 
RetryWhen.Builder - Class in com.github.davidmoten.rx
 
RetryWhen.ErrorAndDuration - Class in com.github.davidmoten.rx
 
retryWhenInstanceOf(Class<? extends Throwable>...) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
retryWhenInstanceOf(Class<? extends Throwable>...) - Static method in class com.github.davidmoten.rx.RetryWhen
 
right() - Method in class com.github.davidmoten.rx.util.Pair
 

S

sampleFirst(long, TimeUnit) - Static method in class com.github.davidmoten.rx.Transformers
 
sampleFirst(long, TimeUnit, Scheduler) - Static method in class com.github.davidmoten.rx.Transformers
 
scheduler(Scheduler) - Method in class com.github.davidmoten.rx.RetryWhen.Builder
 
scheduler(Scheduler) - Static method in class com.github.davidmoten.rx.RetryWhen
 
Schedulers - Class in com.github.davidmoten.rx
 
Schedulers() - Constructor for class com.github.davidmoten.rx.Schedulers
 
SchedulerWithId - Class in com.github.davidmoten.rx
 
SchedulerWithId(Scheduler, String) - Constructor for class com.github.davidmoten.rx.SchedulerWithId
 
sd() - Method in class com.github.davidmoten.rx.Statistics
 
Serialized - Class in com.github.davidmoten.rx
Utility class for writing Observable streams to ObjectOutputStreams and reading Observable streams of indeterminate size from ObjectInputStreams.
Serialized() - Constructor for class com.github.davidmoten.rx.Serialized
 
Serialized.KryoBuilder - Class in com.github.davidmoten.rx
 
setAtomic(AtomicInteger) - Static method in class com.github.davidmoten.rx.Actions
 
setAtomic(AtomicLong) - Static method in class com.github.davidmoten.rx.Actions
 
setAtomic(AtomicBoolean) - Static method in class com.github.davidmoten.rx.Actions
 
setAtomic(AtomicReference<T>) - Static method in class com.github.davidmoten.rx.Actions
 
setToTrue0(AtomicBoolean) - Static method in class com.github.davidmoten.rx.Actions
 
setToTrue1(AtomicBoolean) - Static method in class com.github.davidmoten.rx.Actions
 
skipUnsubscribedCheck() - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
solveWithNewtonsMethod(Func1<Double, Double>, Func1<Double, Double>, double) - Static method in class com.github.davidmoten.rx.Maths
 
solveWithNewtonsMethod(Func1<Double, Double>, double, double) - Static method in class com.github.davidmoten.rx.Maths
 
sort() - Static method in class com.github.davidmoten.rx.Transformers
 
sort(Comparator<? super T>) - Static method in class com.github.davidmoten.rx.Transformers
 
split(String) - Static method in class com.github.davidmoten.rx.internal.operators.TransformerStringSplit
 
split(Observable<String>, String) - Static method in class com.github.davidmoten.rx.Strings
 
split(String) - Static method in class com.github.davidmoten.rx.Transformers
 
stateMachine(Func0<State>, Func3<? super State, ? super In, ? super Subscriber<Out>, ? extends State>, Func2<? super State, ? super Subscriber<Out>, Boolean>, BackpressureStrategy) - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that allows processing of the source stream to be defined in a state machine where transitions of the state machine may also emit items to downstream that are buffered if necessary when backpressure is requested.
stateMachine(Func0<? extends State>, Func3<? super State, ? super In, ? super Subscriber<Out>, ? extends State>, Func2<? super State, ? super Subscriber<Out>, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that allows processing of the source stream to be defined in a state machine where transitions of the state machine may also emit items to downstream that are buffered if necessary when backpressure is requested.
Statistics - Class in com.github.davidmoten.rx
 
Strings - Class in com.github.davidmoten.rx
 
Strings() - Constructor for class com.github.davidmoten.rx.Strings
 
strings(Observable<?>) - Static method in class com.github.davidmoten.rx.Strings
 
sum() - Method in class com.github.davidmoten.rx.Statistics
 
sumSquares() - Method in class com.github.davidmoten.rx.Statistics
 
surplus() - Method in interface com.github.davidmoten.rx.util.Drainer
Returns the current best estimate of
surplus() - Method in class com.github.davidmoten.rx.util.DrainerSyncBiased
 

T

TerminalEventTimeoutException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.TerminalEventTimeoutException
 
TestingHelper - Class in com.github.davidmoten.rx.testing
Testing utility functions.
TestingHelper() - Constructor for class com.github.davidmoten.rx.testing.TestingHelper
 
TestingHelper.AssertionException - Exception in com.github.davidmoten.rx.testing
RuntimeException implementation to represent an assertion failure.
TestingHelper.Builder<T,R> - Class in com.github.davidmoten.rx.testing
Defines test cases and builds a JUnit test suite.
TestingHelper.CaseBuilder<T,R> - Class in com.github.davidmoten.rx.testing
 
TestingHelper.DeliveredMoreThanRequestedException - Exception in com.github.davidmoten.rx.testing
RuntimeException implementation to represent the situation of more items being delivered by a source than are requested via backpressure.
TestingHelper.DownstreamUnsubscriptionDidNotOccurException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.ExpectedErrorNotReceivedException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.ExpectedExceptionNotThrownException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.TerminalEventTimeoutException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.TooManyOnCompletedException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.UnexpectedOnCompletedException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.UnexpectedOnErrorException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.UnexpectedOnNextException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.UnsubscriptionFromSourceTimeoutException - Exception in com.github.davidmoten.rx.testing
 
TestingHelper.WrongOnNextCountException - Exception in com.github.davidmoten.rx.testing
 
testSuite(Class<?>) - Method in class com.github.davidmoten.rx.testing.TestingHelper.Builder
Returns the JUnit TestSuite comprised of the test cases created so far.
throwable() - Method in class com.github.davidmoten.rx.RetryWhen.ErrorAndDuration
 
toComparator(Func2<? super T, ? super T, Integer>) - Static method in class com.github.davidmoten.rx.Functions
 
toFunc2(Comparator<? super T>) - Static method in class com.github.davidmoten.rx.Functions
 
toListUntilChanged() - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that returns an Observable that is a buffering of the source Observable into lists of sequential items that are equal.
toListWhile(Func2<? super List<T>, ? super T, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
Returns a Observable.Transformer that returns an Observable that is a buffering of the source Observable into lists of sequential items that satisfy the condition condition.
toObservable() - Method in class com.github.davidmoten.util.Optional
 
TooManyOnCompletedException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.TooManyOnCompletedException
 
TooManySubscribersException - Exception in com.github.davidmoten.rx.exceptions
 
TooManySubscribersException() - Constructor for exception com.github.davidmoten.rx.exceptions.TooManySubscribersException
 
toOperator(Func1<? super Observable<T>, ? extends Observable<R>>) - Static method in class com.github.davidmoten.rx.internal.operators.OperatorFromTransformer
 
toOperator(Func1<? super Observable<T>, ? extends Observable<R>>) - Static method in class com.github.davidmoten.rx.Transformers
 
toSet() - Static method in class com.github.davidmoten.rx.Transformers
 
toString() - Method in class com.github.davidmoten.rx.Statistics
 
toString() - Method in class com.github.davidmoten.rx.util.MapWithIndex.Indexed
 
toString() - Method in class com.github.davidmoten.rx.util.Pair
 
TransformerDecode - Class in com.github.davidmoten.rx.internal.operators
 
TransformerDecode() - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerDecode
 
TransformerLimitSubscribers<T> - Class in com.github.davidmoten.rx.internal.operators
 
TransformerLimitSubscribers(AtomicInteger, int) - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerLimitSubscribers
 
Transformers - Class in com.github.davidmoten.rx
 
Transformers() - Constructor for class com.github.davidmoten.rx.Transformers
 
TransformerStateMachine<State,In,Out> - Class in com.github.davidmoten.rx.internal.operators
 
TransformerStringSplit - Class in com.github.davidmoten.rx.internal.operators
 
TransformerStringSplit() - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerStringSplit
 
trim() - Static method in class com.github.davidmoten.rx.Strings
 

U

UnexpectedOnCompletedException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.UnexpectedOnCompletedException
 
UnexpectedOnErrorException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.UnexpectedOnErrorException
 
UnexpectedOnNextException(String) - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.UnexpectedOnNextException
 
unmarshal(List) - Method in class com.github.davidmoten.rx.Jaxws.ObservableAdapter
 
unsubscribe(Subscription) - Static method in class com.github.davidmoten.rx.Actions
 
unsubscribeAfter(int) - Method in class com.github.davidmoten.rx.testing.TestingHelper.CaseBuilder
 
UnsubscriptionFromSourceTimeoutException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.UnsubscriptionFromSourceTimeoutException
 
unzip(File) - Static method in class com.github.davidmoten.rx.Bytes
 
unzip(InputStream) - Static method in class com.github.davidmoten.rx.Bytes
 
unzip(ZipInputStream) - Static method in class com.github.davidmoten.rx.Bytes
 

V

value() - Method in class com.github.davidmoten.rx.util.MapWithIndex.Indexed
 
valueOf(String) - Static method in enum com.github.davidmoten.rx.util.BackpressureStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.davidmoten.rx.util.BackpressureStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForMoreTerminalEvents(long, TimeUnit) - Method in class com.github.davidmoten.rx.testing.TestingHelper.Builder
Sets duration to wait for more terminal events after one has been received.
waitForMs() - Method in class com.github.davidmoten.rx.Processes.Parameters
 
waitForTerminalEvent(long, TimeUnit) - Method in class com.github.davidmoten.rx.testing.TestingHelper.Builder
Sets duration to wait for a terminal event (completed or error) when one is expected.
waitForUnsubscribe(long, TimeUnit) - Method in class com.github.davidmoten.rx.testing.TestingHelper.Builder
Sets duration to wait for unusubscription to occur (either of source or of downstream subscriber).
write(Observable<T>, File) - Method in class com.github.davidmoten.rx.Serialized.KryoBuilder
 
write(Observable<T>, File, boolean) - Method in class com.github.davidmoten.rx.Serialized.KryoBuilder
 
write(Observable<T>, File, boolean, int) - Method in class com.github.davidmoten.rx.Serialized.KryoBuilder
 
write(Observable<T>, ObjectOutputStream) - Static method in class com.github.davidmoten.rx.Serialized
Returns a duplicate of the input stream but with the side effect that emissions from the source are written to the ObjectOutputStream.
write(Observable<T>, File, boolean, int) - Static method in class com.github.davidmoten.rx.Serialized
Writes the source stream to the given file in given append mode and using the given buffer size.
write(Observable<T>, File, boolean) - Static method in class com.github.davidmoten.rx.Serialized
Writes the source stream to the given file in given append mode and using the a buffer size of 8192 bytes.
write(Observable<T>, File) - Static method in class com.github.davidmoten.rx.Serialized
Writes the source stream to the given file in given append mode and using the a buffer size of 8192 bytes.
WrongOnNextCountException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.WrongOnNextCountException
 

Z

ZippedEntry - Class in com.github.davidmoten.rx.util
 
ZippedEntry(ZipEntry, InputStream) - Constructor for class com.github.davidmoten.rx.util.ZippedEntry
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2013–2015. All rights reserved.