Uses of Interface
rx.functions.Func2

Packages that use Func2
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.
Functional interfaces of functions and actions of arity 0 to 9 and related utility classes.
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
 
Classes extending the Observable base reactive class, synchronous and asynchronous event generators.
Callback types and a central plugin handler class to hook into the lifecycle of the base reactive types and schedulers.