constructResult

abstract fun constructResult(elements: List<Element>, memento: Memento): Result

Construct a Result from a List of Elements.

Return

The answer, some combination of the elements.

Parameters

elements

The list of elements from which to construct a result.

memento

A memento to supply arbitrary additional information.