- Preparing search index...
- The search index is not available
droff-helpers
- mapWatch<T, R>(f: ((resource: T) => R)): ((op: WatchOp<T>) => WatchOp<R>)
-
Parameters
-
f: ((resource: T) => R)
-
- (resource: T): R
-
Returns R
Returns ((op: WatchOp<T>) => WatchOp<R>)
-
- (op: WatchOp<T>): WatchOp<R>
-
Returns WatchOp<R>