tricks library

Re-exports the tricks from the jolt package.

Classes

AsyncPersistSignalImpl<T>
Asynchronous persistent signal implementation.
ConvertComputed<T, U>
Interface for type-converting computed signals.
ConvertComputedImpl<T, U>
Implementation of ConvertComputed that converts between different types.
PersistSignal<T>
Signal that persists its value to external storage.
SyncPersistSignalImpl<T>
Synchronous persistent signal implementation.