report

abstract fun report(propositions: List<Proposition>, title: String = "Report"): Report

Aggregate the given propositions into a structured report.

Return

A Report projection summarizing the propositions

Parameters

propositions

The propositions to aggregate (caller controls query)

title

Human-readable title for the report