beholder library

Typedefs

CancellableComputation<T> = Future<T> Function(CancellationToken token)
CleanUp = void Function()
Disposer = void Function()
DisposeValue<T> = void Function(T value)
Equals<T> = bool Function(T previous, T next)
IsApplied = bool
Rebuild = IsApplied Function()
ValueChanged<T> = void Function(T previous, T current)
ValueSetter<T> = T Function(T value)
Watch = T Function<T>(Watchable<T> observable)