- b() - Method in class com.github.davidmoten.rx.util.Pair
-
- backpressureStrategy(BackpressureStrategy) - Method in class com.github.davidmoten.rx.StateMachine.Builder3
-
- BackpressureStrategy - Enum in com.github.davidmoten.rx.util
-
- BackpressureUtils - Class in com.github.davidmoten.rx.util
-
Utility functions for use with backpressure.
- blockUntilWorkFinished(Scheduler, int, long, TimeUnit) - Static method in class com.github.davidmoten.rx.Schedulers
-
- blockUntilWorkFinished(Scheduler, int) - Static method in class com.github.davidmoten.rx.Schedulers
-
- buf - Variable in class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
The buffer where data is stored.
- bufferSize(int) - Method in class com.github.davidmoten.rx.IO.ServerSocketBuilder
-
- bufferSizeBytes() - Method in class com.github.davidmoten.rx.buffertofile.Options
-
- bufferSizeBytes(int) - Static method in class com.github.davidmoten.rx.buffertofile.Options
-
- bufferSizeBytes(int) - Method in class com.github.davidmoten.rx.buffertofile.Options.Builder
-
- bufferUntil(Func1<? super T, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, after being
buffered, and returns true to indicate a new buffer should start.
- bufferUntil(Func1<? super T, Boolean>, int) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, after being
buffered, and returns true to indicate a new buffer should start.
- bufferWhile(Func1<? super T, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, before or
after being buffered, and returns true to indicate a new buffer should
start.
- bufferWhile(Func1<? super T, Boolean>, int) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, before being
buffered, and returns true to indicate a new buffer should start.
- build() - Method in class com.github.davidmoten.rx.buffertofile.Options.Builder
-
- build() - Method in class com.github.davidmoten.rx.RetryWhen.Builder
-
- build() - Method in class com.github.davidmoten.rx.StateMachine.Builder3
-
- builder() - Static method in class com.github.davidmoten.rx.StateMachine
-
- byteArray() - Static method in class com.github.davidmoten.rx.buffertofile.DataSerializers
-
- ByteArrayOutputStreamNoCopyUnsynchronized - Class in com.github.davidmoten.util
-
This class implements an output stream in which the data is written into a
byte array.
- ByteArrayOutputStreamNoCopyUnsynchronized() - Constructor for class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
Creates a new byte array output stream.
- ByteArrayOutputStreamNoCopyUnsynchronized(int) - Constructor for class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
Creates a new byte array output stream, with a buffer capacity of the
specified size, in bytes.
- Bytes - Class in com.github.davidmoten.rx
-
- TerminalEventTimeoutException() - Constructor for exception com.github.davidmoten.rx.testing.TestingHelper.TerminalEventTimeoutException
-
- test() - Static method in class com.github.davidmoten.rx.testing.TestingHelper
-
Returns a Func1
For use with Observable.to()
.
- 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
-
- TestSubscriber2<T> - Class 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.
- testWithRequest(long) - Static method in class com.github.davidmoten.rx.testing.TestingHelper
-
Returns a Func1
For use with Observable.to()
.
- throw0(RuntimeException) - Static method in class com.github.davidmoten.rx.Actions
-
- throwable() - Method in class com.github.davidmoten.rx.RetryWhen.ErrorAndDuration
-
- toArray() - Method in class com.github.davidmoten.rx.internal.operators.FileBasedSPSCQueueMemoryMapped
-
- toArray(T[]) - Method in class com.github.davidmoten.rx.internal.operators.FileBasedSPSCQueueMemoryMapped
-
- toByteArray() - Method in class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
Creates a newly allocated byte array.
- toByteArrayNoCopy() - Method in class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
- toComparator(Func2<? super T, ? super T, Integer>) - Static method in class com.github.davidmoten.rx.Functions
-
- toFunc0(Callable<T>) - Static method in class com.github.davidmoten.rx.Functions
-
- toFunc2(Comparator<? super T>) - Static method in class com.github.davidmoten.rx.Functions
-
- toListUntil(Func1<? super T, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, after being
buffered, and returns true to indicate a new buffer should start.
- toListUntil(Func1<? super T, Boolean>, int) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, after being
buffered, and returns true to indicate a new buffer should start.
- 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
.
- toListWhile(Func1<? super T, Boolean>) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, before or
after being buffered, and returns true to indicate a new buffer should
start.
- toListWhile(Func1<? super T, Boolean>, int) - Static method in class com.github.davidmoten.rx.Transformers
-
Buffers the elements into continuous, non-overlapping Lists where the
boundary is determined by a predicate receiving each item, before being
buffered, and returns true to indicate a new buffer should start.
- 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.internal.operators.Permutations.Swap
-
- toString() - Method in class com.github.davidmoten.rx.Statistics
-
- toString() - Method in class com.github.davidmoten.rx.testing.TestSubscriber2
-
- toString() - Method in class com.github.davidmoten.rx.util.MapWithIndex.Indexed
-
- toString() - Method in class com.github.davidmoten.rx.util.Pair
-
- toString() - Method in class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
Converts the buffer's contents into a string decoding bytes using the
platform's default character set.
- toString(String) - Method in class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
Converts the buffer's contents into a string by decoding the bytes using
the named
charset
.
- toString(int) - Method in class com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized
-
- TransformerDecode - Class in com.github.davidmoten.rx.internal.operators
-
- TransformerDecode() - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerDecode
-
- TransformerDelayFinalUnsubscribe<T> - Class in com.github.davidmoten.rx.internal.operators
-
- TransformerDelayFinalUnsubscribe(long, Scheduler) - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerDelayFinalUnsubscribe
-
- TransformerLimitSubscribers<T> - Class in com.github.davidmoten.rx.internal.operators
-
- TransformerLimitSubscribers(AtomicInteger, int) - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerLimitSubscribers
-
- TransformerOnBackpressureBufferRequestLimiting<T> - Class in com.github.davidmoten.rx.internal.operators
-
- TransformerOnBackpressureBufferRequestLimiting() - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerOnBackpressureBufferRequestLimiting
-
- TransformerOnTerminateResume<T> - Class in com.github.davidmoten.rx.internal.operators
-
Switches to different Observables if the main source completes or signals an error.
- TransformerOnTerminateResume(Func1<Throwable, Observable<T>>, Observable<T>) - Constructor for class com.github.davidmoten.rx.internal.operators.TransformerOnTerminateResume
-
- 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
-
- transition(StateMachine.Transition<State, In, Out>) - Method in class com.github.davidmoten.rx.StateMachine.Builder2
-
- trim() - Static method in class com.github.davidmoten.rx.Strings
-