projectAll

open override fun projectAll(propositions: List<Proposition>, schema: <Error class: unknown class>): ProjectionResults<T>

Delegates to the wrapped projector, then emits one ProjectionBatchCompleted carrying the success/skip/failure/total counts. Returns the results unchanged.

Return

The delegate's results, unmodified.

Parameters

propositions

The propositions to project.

schema

The data dictionary defining domain types and relationships.