Package hu.akarnokd.rxjava3.functions
-
Interface Summary Interface Description Consumer3<T1,T2,T3> Functional interface for a callback that consumes multipe values at the same and may throw a checked exception.Consumer4<T1,T2,T3,T4> Functional interface for a callback that consumes multipe values at the same and may throw a checked exception.Consumer5<T1,T2,T3,T4,T5> 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> 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> 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> 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> Functional interface for a callback that consumes multipe values at the same and may throw a checked exception.PlainBiConsumer<T1,T2> ABiConsumerwith suppressed exception on itsPlainBiConsumer.accept(Object, Object)method.PlainBiFunction<T1,T2,R> ABiFunctionwith suppressed exception on itsPlainBiFunction.apply(Object, Object)method.PlainConsumer<T> AConsumerwith suppressed exception on itsPlainConsumer.accept(Object)method.PlainFunction<T,R> AFunctionwith suppressed exception on itsPlainFunction.apply(Object)method.PlainFunction3<T1,T2,T3,R> AFunction3with suppressed exception on itsPlainFunction3.apply(Object, Object, Object)method.PlainFunction4<T1,T2,T3,T4,R> AFunction4with suppressed exception on itsPlainFunction4.apply(Object, Object, Object, Object)method.PlainFunction5<T1,T2,T3,T4,T5,R> AFunction5with suppressed exception on itsPlainFunction5.apply(Object, Object, Object, Object, Object)method.PlainFunction6<T1,T2,T3,T4,T5,T6,R> AFunction6with suppressed exception on itsPlainFunction6.apply(Object, Object, Object, Object, Object, Object)method.PlainFunction7<T1,T2,T3,T4,T5,T6,T7,R> AFunction7with suppressed exception on itsPlainFunction7.apply(Object, Object, Object, Object, Object, Object, Object)method.PlainFunction8<T1,T2,T3,T4,T5,T6,T7,T8,R> AFunction8with suppressed exception on itsPlainFunction8.apply(Object, Object, Object, Object, Object, Object, Object, Object)method.PlainFunction9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> AFunction9with suppressed exception on itsPlainFunction9.apply(Object, Object, Object, Object, Object, Object, Object, Object, Object)method.SimpleCallable<T> ACallablewith suppressed exception on itsSimpleCallable.call()method. -
Class Summary Class Description FunctionsEx Utility methods to work with functional interfaces of this package.FunctionTagging Wraps the regulario.reactivex.functionsfunction types and appends the user-specified tag to the exception the wrapped function produces. -
Exception Summary Exception Description FunctionTagging.FunctionTaggingException The stackless tagging exception appended to the chain of causes of the original exception thrown by the wrapped function.