internal/dsl library
Definitions inspected at build-time. These only exists so that they can be recognized by the zap compiler.
Classes
Extensions
Functions
-
extractFromFuture<
T> (FutureOr< T> future) → ZapSnapshot<T> -
extractFromIterable<
T> (Iterable< T> iterable) → T -
extractFromStream<
T> (Stream< T> stream) → ZapSnapshot<T> -
watch<
T> (Watchable< T> watchable) → T