See: Description
| Class | Description |
|---|---|
| CompositeSubscription |
Container for Subscriptions and atomic operations on them.
|
| SneakyThrows |
Utility class to throw arbitrary Throwables.
|
| SpmcLinkedArrayQueue<T> |
A single-producer multiple-conumer queue implementation with array islands.
|
| SpscOneQueue<T> |
A single-producer single-consumer queue with exactly one slot of value.
|
| Enum | Description |
|---|---|
| AlwaysFalseBooleanSupplier |
A
BooleanSupplier implementation that is always false. |
| AlwaysTrueBooleanSupplier |
A
BooleanSupplier implementation that is always true. |
| BiFunctionSecondIdentity |
A BiFunction that returns its second parameter; use
BiFunctionSecondIdentity.instance() to
get a correctly typed (shared) instance. |
| SelfComparator |
Comparator that compares Comparables.
|