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 Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
R |
Properties
Section titled “Properties”| 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 |