ProjectionResults

data class ProjectionResults<T : Projection>(val results: List<ProjectionResult<T>>)

Aggregated results from projecting multiple propositions.

Constructors

Link copied to clipboard
constructor(results: List<ProjectionResult<T>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Render a human-readable summary of these results: how many propositions were projected, skipped, and failed, followed by a grouped breakdown of the reasons (using the structured reason where present, falling back to the string reason otherwise).