Index
All Classes and Interfaces|All Packages
A
- accept(T, T2) - Method in interface io.github.venkateshamurthy.exceptional.CheckedBiConsumer
-
A bi consumer accept method that can throw
Throwable
B
- bulkhead(Observable<T>, Bulkhead) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
BulkheadwrapperingObservable - bulkhead(Single<T>, Bulkhead) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
BulkheadwrapperingSingle - bulkheadBiConsumer(BiConsumer<T, T2>, Bulkhead) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Bulkheadwrapper to theBiConsumer. - bulkheadBiFunction(BiFunction<T, T2, R>, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Bulkhead BiFunction wrapper
- bulkheadCallable(Callable<T>, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
A Bulkhead wrapper
- bulkheadCheckedBiConsumer(CheckedBiConsumer<T, T2>, Bulkhead) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Bulkheadwrapper to theCheckedBiConsumer. - bulkheadCheckedBiFunction(CheckedBiFunction<T, T2, R>, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Retry CheckedBiFunction wrapper
- bulkheadCheckedConsumer(CheckedConsumer<T>, Bulkhead) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Bulkheadwrapper to theCheckedConsumer. - bulkheadCheckedFunction(CheckedFunction<T, R>, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Bulkhead CheckedFunction wrapper
- bulkheadCheckedRunnable(CheckedRunnable, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
BulkheadwrapperingCheckedRunnable - bulkheadCheckedSupplier(CheckedSupplier<R>, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
Bulkheadwrapper toCheckedSupplier - bulkheadConsumer(Consumer<T>, Bulkhead) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Bulkheadwrapper to theConsumer. - bulkheadFunction(Function<T, R>, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Bulkhead function wrapper
- bulkheadRunnable(Runnable, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
Bulkheadwrapper on theRunnable - bulkheadSupplier(Supplier<R>, Bulkhead) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
Bulkheadwrapper toSupplier
C
- ceMapper - Static variable in class io.github.venkateshamurthy.exceptional.RxTry
-
A common Checked Exception Mapper .
- CheckedBiConsumer<T,
T2> - Interface in io.github.venkateshamurthy.exceptional -
CheckedBiConsumer is an interface to model accepting two parameters but may throw
- circuitBreak(Observable<T>, CircuitBreaker) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
CircuitBreakerwrapperingObservable - circuitBreak(Single<T>, CircuitBreaker) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
CircuitBreakerwrapperingSingle - circuitBreakBiConsumer(BiConsumer<T, T2>, CircuitBreaker) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
CircuitBreakerwrapper to theBiConsumer. - circuitBreakBiFunction(BiFunction<T, T2, R>, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
CircuitBreaker BiFunction wrapper
- circuitBreakCallable(Callable<T>, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
A CircuitBreaker wrapper
- circuitBreakCheckedBiConsumer(CheckedBiConsumer<T, T2>, CircuitBreaker) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
CircuitBreakerwrapper to theCheckedBiConsumer. - circuitBreakCheckedBiFunction(CheckedBiFunction<T, T2, R>, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Retry CheckedBiFunction wrapper
- circuitBreakCheckedConsumer(CheckedConsumer<T>, CircuitBreaker) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
CircuitBreakerwrapper to theCheckedConsumer. - circuitBreakCheckedFunction(CheckedFunction<T, R>, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Circuitbreaker CheckedFunction wrapper
- circuitBreakCheckedRunnable(CheckedRunnable, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
CircuitBreakerwrapperingCheckedRunnable - circuitBreakCheckedSupplier(CheckedSupplier<R>, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
CircuitBreakerwrapper toCheckedSupplier - circuitBreakConsumer(Consumer<T>, CircuitBreaker) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
CircuitBreakerwrapper to theConsumer. - circuitBreakFunction(Function<T, R>, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
CircuitBreaker function wrapper
- circuitBreakRunnable(Runnable, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
CircuitBreakerwrapper on theRunnable - circuitBreakSupplier(Supplier<R>, CircuitBreaker) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
CircuitBreakerwrapper toSupplier - consumeFailure(Try<R>, Class<X>, Consumer<X>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Consume Failures while executing
Try - consumeFailure(Try<R>, Class<X1>, Consumer<X1>, Class<X2>, Consumer<X2>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Consume Failures while executing
Try - consumeFailure(Try<R>, Class<X1>, Consumer<X1>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Consume Failures while executing
Try
D
- DEFAULT - Enum constant in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Default constant delay.
- DEFAULT_JITTER - Enum constant in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Default delay with random jitter.
- Delayer - Enum Class in io.github.venkateshamurthy.exceptional
-
Enum for delay
E
- errorConsumedBiFunction(BiFunction<T, T2, R>, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming BiFunction wrapper
- errorConsumedBiFunction(BiFunction<T, T2, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming BiFunction wrapper
- errorConsumedBiFunction(BiFunction<T, T2, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming BiFunction wrapper
- errorConsumedCallable(Callable<T>, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
An exception consuming callable wrapper
- errorConsumedCallable(Callable<T>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
An exception consuming callable wrapper
- errorConsumedCallable(Callable<T>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
An exception consuming callable wrapper
- errorConsumedCheckedBiFunction(CheckedBiFunction<T, T2, R>, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming CheckedBiFunction wrapper
- errorConsumedCheckedBiFunction(CheckedBiFunction<T, T2, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming CheckedFunction wrapper
- errorConsumedCheckedBiFunction(CheckedBiFunction<T, T2, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming CheckedBiFunction wrapper
- errorConsumedCheckedFunction(CheckedFunction<T, R>, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming CheckedFunction wrapper
- errorConsumedCheckedFunction(CheckedFunction<T, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming CheckedFunction wrapper
- errorConsumedCheckedFunction(CheckedFunction<T, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming CheckedFunction wrapper
- errorConsumedCheckedRunnable(CheckedRunnable, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception consuming checked runnable wrapper
- errorConsumedCheckedRunnable(CheckedRunnable, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception consuming checked runnable wrapper
- errorConsumedCheckedRunnable(CheckedRunnable, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception consuming checked runnable wrapper
- errorConsumedCheckedSupplier(CheckedSupplier<R>, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception consuming CheckedSupplier wrapper.
- errorConsumedCheckedSupplier(CheckedSupplier<R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception consuming CheckedSupplier wrapper
- errorConsumedCheckedSupplier(CheckedSupplier<R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception consuming CheckedSupplier wrapper
- errorConsumedFunction(Function<T, R>, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming function wrapper
- errorConsumedFunction(Function<T, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming function wrapper
- errorConsumedFunction(Function<T, R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception consuming function wrapper
- errorConsumedRunnable(Runnable, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception consuming Runnable wrapper
- errorConsumedRunnable(Runnable, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped Runnable wrapper
- errorConsumedRunnable(Runnable, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped Runnable wrapper
- errorConsumedSupplier(Supplier<R>, Class<X>, Consumer<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception consuming supplier wrapper
- errorConsumedSupplier(Supplier<R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception consuming supplier wrapper
- errorConsumedSupplier(Supplier<R>, Class<X>, Consumer<X>, Class<X2>, Consumer<X2>, Class<X3>, Consumer<X3>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception consuming supplier wrapper
- errorMappedBiFunction(BiFunction<T, T2, R>, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped BiFunction wrapper
- errorMappedBiFunction(BiFunction<T, T2, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped BiFunction wrapper
- errorMappedBiFunction(BiFunction<T, T2, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped BiFunction wrapper
- errorMappedCallable(Callable<T>, Class<X>, Supplier<? extends Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
An exception mapped callable wrapper
- errorMappedCallable(Callable<T>, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
An exception mapped callable wrapper
- errorMappedCallable(Callable<T>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
An exception mapped callable wrapper
- errorMappedCallable(Callable<T>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
An exception mapped callable wrapper
- errorMappedCheckedBiFunction(CheckedBiFunction<T, T2, R>, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped CheckedBiFunction wrapper
- errorMappedCheckedBiFunction(CheckedBiFunction<T, T2, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped CheckedBiFunction wrapper
- errorMappedCheckedBiFunction(CheckedBiFunction<T, T2, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped CheckedBiFunction wrapper
- errorMappedCheckedFunction(CheckedFunction<T, R>, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped CheckedFunction wrapper
- errorMappedCheckedFunction(CheckedFunction<T, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped CheckedFunction wrapper
- errorMappedCheckedFunction(CheckedFunction<T, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped CheckedFunction wrapper
- errorMappedCheckedRunnable(CheckedRunnable, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped CheckedRunnable wrapper
- errorMappedCheckedRunnable(CheckedRunnable, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped CheckedRunnable wrapper
- errorMappedCheckedRunnable(CheckedRunnable, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped CheckedRunnable wrapper
- errorMappedCheckedSupplier(CheckedSupplier<R>, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception mapped supplier wrapper
- errorMappedCheckedSupplier(CheckedSupplier<R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception mapped CheckedSupplier wrapper
- errorMappedCheckedSupplier(CheckedSupplier<R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception mapped CheckedSupplier wrapper
- errorMappedFunction(Function<T, R>, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped Function wrapper
- errorMappedFunction(Function<T, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped Function wrapper
- errorMappedFunction(Function<T, R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
An exception mapped Function wrapper
- errorMappedRunnable(Runnable, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped Runnable wrapper
- errorMappedRunnable(Runnable, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped Runnable wrapper
- errorMappedRunnable(Runnable, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
An exception mapped Runnable wrapper
- errorMappedSupplier(Supplier<R>, Class<X>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception mapped supplier wrapper
- errorMappedSupplier(Supplier<R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception mapped supplier wrapper
- errorMappedSupplier(Supplier<R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
An exception mapped supplier wrapper
- EXPONENTIAL - Enum constant in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Exponential delay.
- EXPONENTIAL_JITTER - Enum constant in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Exponential jitter delay.
F
- FIBONACCI - Enum constant in enum class io.github.venkateshamurthy.exceptional.Delayer
-
A delay series along the lines of fibonacci.
H
- hours(double, double) - Method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
A convenient function to obtain
IntervalFunctionin hours preferably fractional hours - hours(long, long) - Method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Convenience delay function in hours
I
- io.github.venkateshamurthy.exceptional - package io.github.venkateshamurthy.exceptional
L
- LINEAR - Enum constant in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Linear delay.
- LINEAR_JITTER - Enum constant in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Linear delay with jitter.
M
- mapException(Try<R>, Class<X>, Supplier<? extends Exception>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Map/Trnsform Failures to desired exception while executing
Try - mapException(Try<R>, Class<X>, UnaryOperator<Exception>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Map/Trnsform Failures to desired exception while executing
Try - mapException(Try<R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Map/Trnsform Failures to desired exception while executing
Try - mapException(Try<R>, Class<X>, UnaryOperator<Exception>, Class<X2>, UnaryOperator<Exception>, Class<X3>, UnaryOperator<Exception>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Map/Trnsform Failures to desired exception while executing
Try - millis(long, long) - Method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Convenience delay function in milliseconds
- minutes(double, double) - Method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
A convenient function to obtain
IntervalFunctionin minutes preferably fractional minutes - minutes(long, long) - Method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Convenience delay function in minutes
R
- rateLimit(Observable<T>, RateLimiter) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
RateLimiterwrapperingObservable - rateLimit(Single<T>, RateLimiter) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
RateLimiterwrapperingSingle - rateLimitBiConsumer(BiConsumer<T, T2>, RateLimiter) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
RateLimiterwrapper to theBiConsumer. - rateLimitBiFunction(BiFunction<T, T2, R>, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Ratelimiter BiFunction wrapper
- rateLimitCallable(Callable<T>, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
A RateLimiting wrapper
- rateLimitCheckedBiConsumer(CheckedBiConsumer<T, T2>, RateLimiter) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
RateLimiterwrapper to theCheckedBiConsumer. - rateLimitCheckedBiFunction(CheckedBiFunction<T, T2, R>, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Retry CheckedBiFunction wrapper
- rateLimitCheckedConsumer(CheckedConsumer<T>, RateLimiter) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
RateLimiterwrapper to theCheckedConsumer. - rateLimitCheckedFunction(CheckedFunction<T, R>, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Ratelimiting CheckedFunction wrapper
- rateLimitCheckedRunnable(CheckedRunnable, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
RateLimiterwrapperingCheckedRunnable - rateLimitCheckedSupplier(CheckedSupplier<R>, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
RateLimiterwrapper toCheckedSupplier - rateLimitConsumer(Consumer<T>, RateLimiter) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
RateLimiterwrapper to theConsumer. - rateLimitFunction(Function<T, R>, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
RateLimiting function wrapper
- rateLimitRunnable(Runnable, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
RateLimiterwrapper on theRunnable - rateLimitSupplier(Supplier<R>, RateLimiter) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
RateLimiterwrapper toSupplier - retry(Observable<T>, Retry) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
RetrywrapperingObservable - retry(Single<T>, Retry) - Method in class io.github.venkateshamurthy.exceptional.RxSingularObservables
-
A
RetrywrapperingSingle - retryBiConsumer(BiConsumer<T, T2>, Retry) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Retrywrapper to theBiConsumer. - retryBiFunction(BiFunction<T, T2, R>, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Retry BiFunction wrapper
- retryCallable(Callable<T>, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
.
- retryCheckedBiConsumer(CheckedBiConsumer<T, T2>, Retry) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Retrywrapper to theCheckedBiConsumer. - retryCheckedBiFunction(CheckedBiFunction<T, T2, R>, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Retry CheckedBiFunction wrapper
- retryCheckedConsumer(CheckedConsumer<T>, Retry) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Retrywrapper to theCheckedConsumer. - retryCheckedFunction(CheckedFunction<T, R>, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Retry CheckedFunction wrapper
- retryCheckedRunnable(CheckedRunnable, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
RetrywrapperingCheckedRunnable - retryCheckedSupplier(CheckedSupplier<R>, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
Retrywrapper toCheckedSupplier - retryConsumer(Consumer<T>, Retry) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
A
Retrywrapper to theConsumer - retryFunction(Function<T, R>, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Retry function wrapper
- retryRunnable(Runnable, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
Retrywrapper on theRunnable - retrySupplier(Supplier<R>, Retry) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
Retrywrapper toSupplier - rteMapper - Static variable in class io.github.venkateshamurthy.exceptional.RxTry
-
A common Runtime Exception Mapper.
- RxCallable - Class in io.github.venkateshamurthy.exceptional
-
Callable wrapper functions covering resilience and Try.
- RxCallable() - Constructor for class io.github.venkateshamurthy.exceptional.RxCallable
- rxCheckedRunnable(CheckedConsumer<T>, T) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
CheckedRunnablewrapper on theCheckedConsumer - rxCheckedRunnable(CheckedBiConsumer<T, T2>, T, T2) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
CheckedRunnablewrapper on theCheckedBiConsumer - RxConsumer - Class in io.github.venkateshamurthy.exceptional
-
A
ConsumerandCheckedConsumerwrappering utility. - RxConsumer() - Constructor for class io.github.venkateshamurthy.exceptional.RxConsumer
- RxFunction - Class in io.github.venkateshamurthy.exceptional
- RxFunction() - Constructor for class io.github.venkateshamurthy.exceptional.RxFunction
- rxRunnable(BiConsumer<T, T2>, T, T2) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A
Runnabletransformer to the passed inBiConsumer - rxRunnable(Consumer<T>, T) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
- RxRunnable - Class in io.github.venkateshamurthy.exceptional
-
A Runnable wrapper convenience utility covering
Runnable,CheckedRunnable - RxRunnable() - Constructor for class io.github.venkateshamurthy.exceptional.RxRunnable
- RxSingularObservables - Class in io.github.venkateshamurthy.exceptional
-
A wrappering utility for
SingleandObservable - RxSingularObservables() - Constructor for class io.github.venkateshamurthy.exceptional.RxSingularObservables
- RxSupplier - Class in io.github.venkateshamurthy.exceptional
-
A convenient wrapper to
RxSupplier - RxSupplier() - Constructor for class io.github.venkateshamurthy.exceptional.RxSupplier
- RxTry - Class in io.github.venkateshamurthy.exceptional
-
A convenience set of utility methods making use of Try methods for callable, runnables etc
- RxTry() - Constructor for class io.github.venkateshamurthy.exceptional.RxTry
S
- seconds(long, long) - Method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Convenience delay function in seconds
T
- toBiConsumer(BiConsumer<T, T2>) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
Reflexive function
- toBiFunction(BiFunction<T, T2, R>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Reflexive convenience method for chaining
- toBinaryOperator(BiFunction<X, X, X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
A converter for
BiFunctionwhose arguments and output are of same type thus naturally toBinaryOperator - toBinaryOperator(BinaryOperator<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
A reflexive function for
BinaryOperator - toCallable(Callable<T>) - Static method in class io.github.venkateshamurthy.exceptional.RxCallable
-
A reflexive wrapper on the callable that helps in method chaining
- toCheckedBiConsumer(CheckedBiConsumer<T, T2>) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
Reflexive function
- toCheckedBiFunction(CheckedBiFunction<T, T2, R>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Reflexive convenience method for chaining
- toCheckedConsumer(CheckedConsumer<T>) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
Reflexive function
- toCheckedFunction(CheckedFunction<T, R>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Reflexive convenience method for chaining
- toCheckedRunnable(CheckedRunnable) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A reflexive wrapper to
CheckedRunnablethat helps in method chaining. - toCheckedSupplier(CheckedBiFunction<T, T2, R>, T, T2) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
CheckedSupplierform ofCheckedBiFunction - toCheckedSupplier(CheckedConsumer<T>, T) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
CheckedSupplierform ofCheckedConsumer - toCheckedSupplier(CheckedFunction<T, R>, T) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
CheckedSupplierform ofCheckedFunction - toCheckedSupplier(CheckedSupplier<R>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A reflexive wrapper to
CheckedSupplier - toCheckedSupplier(CheckedBiConsumer<T, T2>, T, T2) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
CheckedSupplierform ofCheckedBiConsumer - toConsumer(Consumer<T>) - Method in class io.github.venkateshamurthy.exceptional.RxConsumer
-
Reflexive function
- toFunction(Function<T, R>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
Reflexive convenience method for chaining
- toRunnable(Runnable) - Static method in class io.github.venkateshamurthy.exceptional.RxRunnable
-
A reflexive wrapper to
Runnablethat helps in method chaining. - toSupplier(BiConsumer<T, T2>, T, T2) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
Supplierform ofBiConsumer - toSupplier(BiFunction<T, T2, R>, T, T2) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A
Supplierform ofBiFunction - toSupplier(Consumer<T>, T) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
- toSupplier(Function<T, R>, T) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
- toSupplier(Supplier<R>) - Static method in class io.github.venkateshamurthy.exceptional.RxSupplier
-
A reflexive wrapper to
Supplier - toUnaryOperator(Function<X, X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
A converter for
Functionwhose argument and output are of same type thus naturally toUnaryOperator - toUnaryOperator(UnaryOperator<X>) - Static method in class io.github.venkateshamurthy.exceptional.RxFunction
-
A reflexive function for a
UnaryOperator - tryWrap(CheckedBiFunction<T, T2, R>, T, T2) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
CheckedBiFunctionwith aTry. - tryWrap(CheckedFunction<T, R>, T) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
CheckedFunctionwith aTry. - tryWrap(CheckedRunnable) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
CheckedRunnablewith qTry - tryWrap(CheckedSupplier<R>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
CheckedSupplierwith aTry - tryWrap(Runnable) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
Runnablewith qTry - tryWrap(Callable<R>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
Callablewith aTry - tryWrap(BiFunction<T, T2, R>, T, T2) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
BiFunctionwith aTry. - tryWrap(Function<T, R>, T) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
Functionwith aTry. - tryWrap(Supplier<R>) - Method in class io.github.venkateshamurthy.exceptional.RxTry
-
Wrapping
Supplierwith aTry
V
- valueOf(String) - Static method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.venkateshamurthy.exceptional.Delayer
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages