Skip to content

Decision

Defined in: src/builders/given.ts:21

What awaiting a branch produces: the handler that ran, what it returned, and the judgment that chose it.

Type Parameter
R
Property Modifier Type Defined in
branch readonly BranchTaken src/builders/given.ts:22
result readonly R src/builders/given.ts:23
judgment readonly Judgment<boolean> src/builders/given.ts:24