责任链

Type Parameters

  • T

Hierarchy

  • ResponsibilityChain

Properties

Constructors

Accessors

Methods

Properties

State: typeof State = State
chain: Chain<T>
index: number
_value: T
_status: State = State.ready
initValue?: T
onDone?: OnDone<T>
next: Next<T> = ...
done: Done<T> = ...

Constructors

Accessors

Methods