- call() - Method in interface hu.akarnokd.rxjava2.functions.Supplier
-
- characters(CharSequence) - Static method in class hu.akarnokd.rxjava2.string.StringFlowable
-
Signals each character of the given string CharSequence as Integers.
- characters(CharSequence) - Static method in class hu.akarnokd.rxjava2.string.StringObservable
-
Signals each character of the given string CharSequence as Integers.
- collect(Callable<C>, BiConsumer<C, T>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Collect the elements in each rail into a collection supplied via a collectionSupplier
and collected into with a collector action, emitting the collection at the end.
- compare(Comparable, Comparable) - Method in enum hu.akarnokd.rxjava2.util.SelfComparator
-
- CompletableSubject<T> - Class in hu.akarnokd.rxjava2.subjects
-
Represents a hot Completable-like source and consumer of events similar to Subjects.
- compose(Function<? super ParallelFlowable<T>, ParallelFlowable<U>>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Allows composing operators, in assembly time, on top of this ParallelFlowable
and returns another ParallelFlowable with composed features.
- concatMap(Function<? super T, ? extends Publisher<? extends R>>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and concatenates Publishers on each 'rail', signalling errors immediately
and generating 2 publishers upfront.
- concatMap(Function<? super T, ? extends Publisher<? extends R>>, int) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and concatenates Publishers on each 'rail', signalling errors immediately
and using the given prefetch amount for generating Publishers upfront.
- concatMap(Function<? super T, ? extends Publisher<? extends R>>, ErrorMode) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and concatenates Publishers on each 'rail', optionally delaying errors
and generating 2 publishers upfront.
- concatMap(Function<? super T, ? extends Publisher<? extends R>>, int, ErrorMode) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and concatenates Publishers on each 'rail', optionally delaying errors
and using the given prefetch amount for generating Publishers upfront.
- Consumer3<T1,T2,T3> - Interface in hu.akarnokd.rxjava2.functions
-
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
- Consumer4<T1,T2,T3,T4> - Interface in hu.akarnokd.rxjava2.functions
-
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
- Consumer5<T1,T2,T3,T4,T5> - Interface in hu.akarnokd.rxjava2.functions
-
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
- Consumer6<T1,T2,T3,T4,T5,T6> - Interface in hu.akarnokd.rxjava2.functions
-
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
- Consumer7<T1,T2,T3,T4,T5,T6,T7> - Interface in hu.akarnokd.rxjava2.functions
-
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
- Consumer8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in hu.akarnokd.rxjava2.functions
-
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
- Consumer9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in hu.akarnokd.rxjava2.functions
-
Functional interface for a callback that consumes multipe values at the same
and may throw a checked exception.
- create() - Static method in class hu.akarnokd.rxjava2.subjects.CompletableSubject
-
Creates a fresh CompletableSubject.
- create() - Static method in class hu.akarnokd.rxjava2.subjects.MaybeSubject
-
Creates a fresh MaybeSubject.
- create() - Static method in class hu.akarnokd.rxjava2.subjects.SingleSubject
-
Creates a fresh SingleSubject.
- fillInStackTrace() - Method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
-
- filter(Predicate<? super T>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Filters the source values on each 'rail'.
- find(Throwable) - Static method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
-
Tries to locate the RxJavaAssemblyException in the chain of causes of the
given Throwable.
- flatMap(Function<? super T, ? extends Publisher<? extends R>>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and flattens Publishers on each 'rail'.
- flatMap(Function<? super T, ? extends Publisher<? extends R>>, boolean) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and flattens Publishers on each 'rail', optionally delaying errors.
- flatMap(Function<? super T, ? extends Publisher<? extends R>>, boolean, int) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and flattens Publishers on each 'rail', optionally delaying errors
and having a total number of simultaneous subscriptions to the inner Publishers.
- flatMap(Function<? super T, ? extends Publisher<? extends R>>, boolean, int, int) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Generates and flattens Publishers on each 'rail', optionally delaying errors,
having a total number of simultaneous subscriptions to the inner Publishers
and using the given prefetch amount for the inner Publishers.
- forEachFuture(Publisher<? extends T>, Consumer<? super T>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future.
- forEachFuture(Publisher<? extends T>, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future.
- forEachFuture(Publisher<? extends T>, Consumer<? super T>, Consumer<? super Throwable>, Action) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future.
- forEachFuture(Publisher<? extends T>, Consumer<? super T>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future, scheduled on the given scheduler.
- forEachFuture(Publisher<? extends T>, Consumer<? super T>, Consumer<? super Throwable>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future, scheduled on the given Scheduler.
- forEachFuture(Publisher<? extends T>, Consumer<? super T>, Consumer<? super Throwable>, Action, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future, scheduled on the given Scheduler.
- forEachFuture(ObservableSource<? extends T>, Consumer<? super T>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future.
- forEachFuture(ObservableSource<? extends T>, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future.
- forEachFuture(ObservableSource<? extends T>, Consumer<? super T>, Consumer<? super Throwable>, Action) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future.
- forEachFuture(ObservableSource<? extends T>, Consumer<? super T>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future, scheduled on the given scheduler.
- forEachFuture(ObservableSource<? extends T>, Consumer<? super T>, Consumer<? super Throwable>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future, scheduled on the given Scheduler.
- forEachFuture(ObservableSource<? extends T>, Consumer<? super T>, Consumer<? super Throwable>, Action, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Subscribes to the given source and calls the callback for each emitted item, and surfaces the completion
or error through a Future, scheduled on the given Scheduler.
- from(Observable<T>) - Static method in class hu.akarnokd.rxjava2.joins.JoinObservable
-
Creates a JoinObservable from a regular Observable.
- from(Publisher<? extends T>) - Static method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Take a Publisher and prepare to consume it on multiple 'rails' (number of CPUs)
in a round-robin fashion.
- from(Publisher<? extends T>, int) - Static method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Take a Publisher and prepare to consume it on parallallism number of 'rails' in a round-robin fashion.
- from(Publisher<? extends T>, int, int) - Static method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Take a Publisher and prepare to consume it on parallallism number of 'rails' ,
possibly ordered and round-robin fashion and use custom prefetch amount and queue
for dealing with the source Publisher's values.
- fromArray(Publisher<T>...) - Static method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Wraps multiple Publishers into a ParallelFlowable which runs them
in parallel and unordered.
- FunctionsEx - Class in hu.akarnokd.rxjava2.functions
-
Utility methods to work with functional interfaces of this package.
- SelfComparator - Enum in hu.akarnokd.rxjava2.util
-
Comparator that compares Comparables.
- sequential() - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Merges the values from each 'rail' in a round-robin or same-order fashion and
exposes it as a regular Publisher sequence, running with a default prefetch value
for the rails.
- sequential(int) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Merges the values from each 'rail' in a round-robin or same-order fashion and
exposes it as a regular Publisher sequence, running with a give prefetch value
for the rails.
- SingleSubject<T> - Class in hu.akarnokd.rxjava2.subjects
-
Represents a hot Single-like source and consumer of events similar to Subjects.
- sorted(Comparator<? super T>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Sorts the 'rails' of this ParallelFlowable and returns a Publisher that sequentially
picks the smallest next value from the rails.
- sorted(Comparator<? super T>, int) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Sorts the 'rails' of this ParallelFlowable and returns a Publisher that sequentially
picks the smallest next value from the rails.
- stacktrace() - Method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
-
Returns the captured and filtered stacktrace.
- start(Callable<? extends T>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Invokes the specified function asynchronously and returns an Flowable that emits the result.
- start(Callable<? extends T>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Invokes the specified function asynchronously on the specified Scheduler and returns an Flowable that
emits the result.
- start(Callable<? extends T>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Invokes the specified function asynchronously and returns an Observable that emits the result.
- start(Callable<? extends T>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Invokes the specified function asynchronously on the specified Scheduler and returns an Observable that
emits the result.
- startFuture(Callable<? extends Future<? extends T>>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Invokes the asynchronous function immediately, surfacing the result through an Observable.
- startFuture(Callable<? extends Future<? extends T>>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Invokes the asynchronous function immediately, surfacing the result through an Observable and waits on
the specified Scheduler.
- startFuture(Callable<? extends Future<? extends T>>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Invokes the asynchronous function immediately, surfacing the result through an Observable.
- startFuture(Callable<? extends Future<? extends T>>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Invokes the asynchronous function immediately, surfacing the result through an Observable and waits on
the specified Scheduler.
- StatementFlowable - Class in hu.akarnokd.rxjava2.expr
-
Imperative statements expressed as Flowable operators.
- StatementObservable - Class in hu.akarnokd.rxjava2.expr
-
Imperative statements expressed as Observable operators.
- StringFlowable - Class in hu.akarnokd.rxjava2.string
-
Utility class for String operations with Flowables.
- StringObservable - Class in hu.akarnokd.rxjava2.string
-
Utility class for String operations with Observables.
- subscribe(Subscriber<? super T>[]) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Subscribes an array of Subscribers to this ParallelFlowable and triggers
the execution chain for all 'rails'.
- subscribeActual(Observer<? super Double>) - Method in class hu.akarnokd.rxjava2.math.ObservableAverageDouble
-
- subscribeActual(Observer<? super Float>) - Method in class hu.akarnokd.rxjava2.math.ObservableAverageFloat
-
- subscribeActual(Observer<? super Double>) - Method in class hu.akarnokd.rxjava2.math.ObservableSumDouble
-
- subscribeActual(Observer<? super Float>) - Method in class hu.akarnokd.rxjava2.math.ObservableSumFloat
-
- subscribeActual(Observer<? super Long>) - Method in class hu.akarnokd.rxjava2.math.ObservableSumLong
-
- subscribeActual(CompletableObserver) - Method in class hu.akarnokd.rxjava2.subjects.CompletableSubject
-
- subscribeActual(MaybeObserver<? super T>) - Method in class hu.akarnokd.rxjava2.subjects.MaybeSubject
-
- subscribeActual(SingleObserver<? super T>) - Method in class hu.akarnokd.rxjava2.subjects.SingleSubject
-
- sumDouble(Publisher<Double>) - Static method in class hu.akarnokd.rxjava2.math.MathFlowable
-
- sumDouble(ObservableSource<Double>) - Static method in class hu.akarnokd.rxjava2.math.MathObservable
-
- sumFloat(Publisher<Float>) - Static method in class hu.akarnokd.rxjava2.math.MathFlowable
-
- sumFloat(ObservableSource<Float>) - Static method in class hu.akarnokd.rxjava2.math.MathObservable
-
- sumInt(Publisher<Integer>) - Static method in class hu.akarnokd.rxjava2.math.MathFlowable
-
- sumInt(ObservableSource<Integer>) - Static method in class hu.akarnokd.rxjava2.math.MathObservable
-
- sumLong(Publisher<Long>) - Static method in class hu.akarnokd.rxjava2.math.MathFlowable
-
- sumLong(ObservableSource<Long>) - Static method in class hu.akarnokd.rxjava2.math.MathObservable
-
- Supplier<T> - Interface in hu.akarnokd.rxjava2.functions
-
- switchCase(Callable<? extends K>, Map<? super K, ? extends Publisher<? extends R>>) - Static method in class hu.akarnokd.rxjava2.expr.StatementFlowable
-
Return a particular one of several possible Observables based on a case
selector.
- switchCase(Callable<? extends K>, Map<? super K, ? extends Publisher<? extends R>>, Scheduler) - Static method in class hu.akarnokd.rxjava2.expr.StatementFlowable
-
Return a particular one of several possible Observables based on a case
selector and run it on the designated scheduler.
- switchCase(Callable<? extends K>, Map<? super K, ? extends Publisher<? extends R>>, Publisher<? extends R>) - Static method in class hu.akarnokd.rxjava2.expr.StatementFlowable
-
Return a particular one of several possible Observables based on a case
selector, or a default Flowable if the case selector does not map to
a particular one.
- switchCase(Callable<? extends K>, Map<? super K, ? extends ObservableSource<? extends R>>) - Static method in class hu.akarnokd.rxjava2.expr.StatementObservable
-
Return a particular one of several possible Observables based on a case
selector.
- switchCase(Callable<? extends K>, Map<? super K, ? extends ObservableSource<? extends R>>, Scheduler) - Static method in class hu.akarnokd.rxjava2.expr.StatementObservable
-
Return a particular one of several possible Observables based on a case
selector and run it on the designated scheduler.
- switchCase(Callable<? extends K>, Map<? super K, ? extends ObservableSource<? extends R>>, ObservableSource<? extends R>) - Static method in class hu.akarnokd.rxjava2.expr.StatementObservable
-
Return a particular one of several possible Observables based on a case
selector, or a default Observable if the case selector does not map to
a particular one.
- then(Function<? super T, ? extends R>) - Method in class hu.akarnokd.rxjava2.joins.JoinObservable
-
Matches when the Observable has an available item and projects the item by invoking the selector
function.
- then(Function<? super T1, ? extends R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern1
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(BiFunction<T1, T2, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern2
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function3<T1, T2, T3, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern3
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function4<T1, T2, T3, T4, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern4
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function5<T1, T2, T3, T4, T5, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern5
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function6<T1, T2, T3, T4, T5, T6, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern6
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function7<T1, T2, T3, T4, T5, T6, T7, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern7
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function8<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern8
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, R>) - Method in class hu.akarnokd.rxjava2.joins.Pattern9
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- then(Function<? super Object[], R>) - Method in class hu.akarnokd.rxjava2.joins.PatternN
-
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
- to(Function<? super ParallelFlowable<T>, U>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Perform a fluent transformation to a value via a converter function which
receives this ParallelFlowable.
- toAsync(Action) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through a Flowable.
- toAsync(Callable<? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through a Flowable.
- toAsync(Consumer<? super T1>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through a Flowable.
- toAsync(Function<? super T1, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through a Flowable.
- toAsync(BiConsumer<? super T1, ? super T2>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through a Flowable.
- toAsync(BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through a Flowable.
- toAsync(Consumer3<? super T1, ? super T2, ? super T3>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function3<? super T1, ? super T2, ? super T3, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer4<? super T1, ? super T2, ? super T3, ? super T4>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Action, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through a Flowable.
- toAsync(Callable<? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through a Flowable.
- toAsync(Consumer<? super T1>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through a Flowable.
- toAsync(Function<? super T1, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through a Flowable.
- toAsync(BiConsumer<? super T1, ? super T2>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through a Flowable.
- toAsync(BiFunction<? super T1, ? super T2, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through a Flowable.
- toAsync(Consumer3<? super T1, ? super T2, ? super T3>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function3<? super T1, ? super T2, ? super T3, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer4<? super T1, ? super T2, ? super T3, ? super T4>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Consumer9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsync(Function9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsync(Action) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through a Observable.
- toAsync(Callable<? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through a Observable.
- toAsync(Consumer<? super T1>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through a Observable.
- toAsync(Function<? super T1, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through a Observable.
- toAsync(BiConsumer<? super T1, ? super T2>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through a Observable.
- toAsync(BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through a Observable.
- toAsync(Consumer3<? super T1, ? super T2, ? super T3>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function3<? super T1, ? super T2, ? super T3, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer4<? super T1, ? super T2, ? super T3, ? super T4>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Action, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through a Observable.
- toAsync(Callable<? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through a Observable.
- toAsync(Consumer<? super T1>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through a Observable.
- toAsync(Function<? super T1, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through a Observable.
- toAsync(BiConsumer<? super T1, ? super T2>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through a Observable.
- toAsync(BiFunction<? super T1, ? super T2, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through a Observable.
- toAsync(Consumer3<? super T1, ? super T2, ? super T3>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function3<? super T1, ? super T2, ? super T3, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer4<? super T1, ? super T2, ? super T3, ? super T4>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsync(Consumer9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsync(Function9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsyncArray(Consumer<? super Object[]>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsyncArray(Function<? super Object[], ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsyncArray(Consumer<? super Object[]>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous action call into an asynchronous function call through an Flowable.
- toAsyncArray(Function<? super Object[], ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncFlowable
-
Convert a synchronous function call into an asynchronous function call through an Flowable.
- toAsyncArray(Consumer<? super Object[]>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsyncArray(Function<? super Object[], ? extends R>) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toAsyncArray(Consumer<? super Object[]>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous action call into an asynchronous function call through an Observable.
- toAsyncArray(Function<? super Object[], ? extends R>, Scheduler) - Static method in class hu.akarnokd.rxjava2.async.AsyncObservable
-
Convert a synchronous function call into an asynchronous function call through an Observable.
- toObservable() - Method in class hu.akarnokd.rxjava2.joins.JoinObservable
-
- toSortedList(Comparator<? super T>) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Sorts the 'rails' according to the comparator and returns a full sorted list as a Publisher.
- toSortedList(Comparator<? super T>, int) - Method in class hu.akarnokd.rxjava2.parallel.ParallelFlowable
-
Sorts the 'rails' according to the comparator and returns a full sorted list as a Publisher.