construct Result
open override fun constructResult(elements: List<A_Tuple>, memento: A_BundleTree): A_BundleTree
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.