| Package | Description |
|---|---|
| hu.akarnokd.reactive4java.base |
The package contains fundamental interfaces, basic value-classes and
common exceptions.
|
| hu.akarnokd.reactive4java.interactive |
This package contains the Interactive main utility class for the
interactive programming side of the library, accompanied by some helper classes.
|
| hu.akarnokd.reactive4java.query |
This package contains classes and builders for instance-based query operations
(in contrast to static methods of Interactive and Reactive).
|
| hu.akarnokd.reactive4java.reactive |
This package contains the Reactive main utility class for the
reactive programming side of the library, accompanied by some helper classes.
|
| hu.akarnokd.reactive4java.scheduler |
This package contains utility classes for various
Scheduler implementations. |
| hu.akarnokd.reactive4java.swing |
This package contains helper methods to interface the Swing's event notification
mechanisms (e.g. various Listener interfaces) with the reactive programming's Observable based
approach.
|
| hu.akarnokd.reactive4java.util |
Contains utility classes for working with the interfaces in the base package
and default implementations for many of them.
|