Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "action/actionOps"

Index

Type aliases

Chainable

Chainable<T>: TAction<T> | TOp<T>

Type parameters

  • T

TAction

TAction<T>: (t: T) => Promise<ActionResult<T>>

Type parameters

  • T

Type declaration

TOp

TOp<T>: (p: T) => Promise<T>

Type parameters

  • T

Type declaration

    • (p: T): Promise<T>
    • Parameters

      • p: T

      Returns Promise<T>

Functions

Const NoAction

actionChain

actionChainWithCombiner

  • actionChainWithCombiner<T, R>(combiner: (a: R, b: R) => R, ...steps: Array<Chainable<T>>): TAction<T>

toAction

Generated using TypeDoc