Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResultWithAfterActions<T>

A utility class that carries an operation result of any type along with executable after actions that should be performed at a later time.

Type Parameters

  • T

Hierarchy

  • ResultWithAfterActions

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

_afterActions: (() => void)[] = []
_result: T

Accessors

  • get result(): T

Methods

  • executeAfterActions(): void

Generated using TypeDoc