All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractReactivePreferences Reactive version ofAbstractPreferences
.ConsistentRandom Provider ofRandom
instances that return the same values for the same seeding key.CurrentReactiveScope Convenience methods to access currentReactiveScope
.GrowingReactiveDuration Reactive version ofDuration
, positive (growing) variant.OwnerTrace<T> Trace of object ancestors for easier debugging and tracing.ReactiveBlockingException Default exception to throw when reactive code needs to reactively block.ReactiveCollections Reactive wrappers forjava.util
collections.ReactiveCollections.Options Options controlling behavior of reactive collections.ReactiveDuration Reactive version ofDuration
.ReactiveExceptions Wrappers forExceptionHandler
andExceptionFilter
.ReactiveExecutor Latency-optimized executor designed for reactive programs.ReactiveFreezes Container for frozen outputs of reactive computations.ReactiveFuture<T> Reactive wrapper forCompletableFuture
.ReactiveInstant Reactive version ofInstant
.ReactiveLazy<T> Single-value synchronous cache for results of reactive computations.ReactivePins Container for pinned outputs of reactive computations.ReactivePreferences Reactive version ofPreferences
.ReactivePreferencesFactory Reactive version ofPreferencesFactory
.ReactiveScope Thread-local context for reactive computations that collects reactive dependencies.ReactiveStateMachine<T> Monitoring and control over another reactive computation.ReactiveThread Reactive substitute for Java'sThread
.ReactiveTrigger Callback for changes inReactiveVariable
s.ReactiveValue<T> Container for output of reactive computation consisting of return value, exception, and reactive blocking flag.ReactiveVariable<T> Reactive data source holding singleReactiveValue
.ReactiveVariable.Version Reference to particular version ofReactiveVariable
.ReactiveWorker<T> Single-value asynchronous cache for results of reactive computations.ShrinkingReactiveDuration Reactive version ofDuration
, negative (shrinking) variant.