Function mapWatch

  • Type Parameters

    • T

    • R

    Parameters

    • f: ((resource: T) => R)
        • (resource: T): R
        • Parameters

          • resource: T

          Returns R

    Returns ((op: WatchOp<T>) => WatchOp<R>)

      • (op: WatchOp<T>): WatchOp<R>
      • Parameters

        • op: WatchOp<T>

        Returns WatchOp<R>

Generated using TypeDoc