Uses of Package
rx.functions
-
Packages that use rx.functions Package Description rx Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.rx.functions Functional interfaces of functions and actions of arity 0 to 9 and related utility classes.rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.rx.internal.schedulers rx.internal.util rx.observables Classes extending the Observable base reactive class, synchronous and asynchronous event generators.rx.observers Default wrappers and implementations for the base reactive consumer classes and interfaces; utility classes for creating them from callbacks.rx.plugins Callback types and a central plugin handler class to hook into the lifecycle of the base reactive types and schedulers.rx.schedulers Scheduler implementations, value+time record classes and the standard factory class to return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.rx.subjects Classes extending the Observable base reactive class and implementing the Observer interface at the same time (aka hot Observables).rx.subscriptions Default implementations for Subscription-based resource management (Subscription container types) and utility classes to construct Subscriptions from callbacks and other types. -
Classes in rx.functions used by rx Class Description Action All Action interfaces extend from this.Action0 A zero-argument action.Action1 A one-argument action.Action2 A two-argument action.Func0 Represents a function with zero arguments.Func1 Represents a function with one argument.Func2 Represents a function with two arguments.Func3 Represents a function with three arguments.Func4 Represents a function with four arguments.Func5 Represents a function with five arguments.Func6 Represents a function with six arguments.Func7 Represents a function with seven arguments.Func8 Represents a function with eight arguments.Func9 Represents a function with nine arguments.FuncN Represents a vector-argument function.Function All Func and Action interfaces extend from this. -
Classes in rx.functions used by rx.functions Class Description Action All Action interfaces extend from this.Action0 A zero-argument action.Action1 A one-argument action.Action2 A two-argument action.Action3 A three-argument action.Action4 A four-argument action.Action5 A five-argument action.Action6 A six-argument action.Action7 A seven-argument action.Action8 An eight-argument action.Action9 A nine-argument action.ActionN A vector-argument action.Actions.EmptyAction Func0 Represents a function with zero arguments.Func1 Represents a function with one argument.Func2 Represents a function with two arguments.Func3 Represents a function with three arguments.Func4 Represents a function with four arguments.Func5 Represents a function with five arguments.Func6 Represents a function with six arguments.Func7 Represents a function with seven arguments.Func8 Represents a function with eight arguments.Func9 Represents a function with nine arguments.FuncN Represents a vector-argument function.Function All Func and Action interfaces extend from this. -
Classes in rx.functions used by rx.internal.operators Class Description Action All Action interfaces extend from this.Action0 A zero-argument action.Action1 A one-argument action.Action2 A two-argument action.Func0 Represents a function with zero arguments.Func1 Represents a function with one argument.Func2 Represents a function with two arguments.Func3 Represents a function with three arguments.Func4 Represents a function with four arguments.Func5 Represents a function with five arguments.Func6 Represents a function with six arguments.Func7 Represents a function with seven arguments.Func8 Represents a function with eight arguments.Func9 Represents a function with nine arguments.FuncN Represents a vector-argument function.Function All Func and Action interfaces extend from this. -
Classes in rx.functions used by rx.internal.schedulers Class Description Action All Action interfaces extend from this.Action0 A zero-argument action.Func1 Represents a function with one argument.Function All Func and Action interfaces extend from this. -
Classes in rx.functions used by rx.internal.util Class Description Action All Action interfaces extend from this.Action0 A zero-argument action.Action1 A one-argument action.Action2 A two-argument action.Func0 Represents a function with zero arguments.Func1 Represents a function with one argument.Func2 Represents a function with two arguments.Function All Func and Action interfaces extend from this. -
Classes in rx.functions used by rx.observables Class Description Action All Action interfaces extend from this.Action0 A zero-argument action.Action1 A one-argument action.Action2 A two-argument action.Action3 A three-argument action.Func0 Represents a function with zero arguments.Func1 Represents a function with one argument.Func2 Represents a function with two arguments.Func3 Represents a function with three arguments.Function All Func and Action interfaces extend from this. -
Classes in rx.functions used by rx.observers Class Description Action0 A zero-argument action.Action1 A one-argument action. -
Classes in rx.functions used by rx.plugins Class Description Action0 A zero-argument action.Action1 A one-argument action.Func0 Represents a function with zero arguments.Func1 Represents a function with one argument.Func2 Represents a function with two arguments. -
Classes in rx.functions used by rx.schedulers Class Description Action0 A zero-argument action. -
Classes in rx.functions used by rx.subjects Class Description Action All Action interfaces extend from this.Action0 A zero-argument action.Action1 A one-argument action.Function All Func and Action interfaces extend from this. -
Classes in rx.functions used by rx.subscriptions Class Description Action0 A zero-argument action.