construct Result
abstract fun constructResult(elements: List<Element>, memento: Memento): Result
Content copied to clipboard
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.