Class ObjectAction<T, U>

Base class for actions on objects

Type Parameters

  • T extends any[] = any[]
  • U extends any = any

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

  • Type Parameters

    • T extends any[] = any[]
    • U extends unknown = any

    Parameters

    • map: {
          [key: string | number]: any[];
      }
      • [key: string | number]: any[]

    Returns ObjectAction<T, U>

Properties

Accessors

  • get actor(): any
  • The function equivalent of this action.

    Returns any

Methods

  • Parameters

    • Rest ...args: T

    Returns U