Class FunctionalResults

java.lang.Object
modelarium.results.Results
modelarium.results.FunctionalResults
All Implemented Interfaces:
DeepCopyable<Results>

public class FunctionalResults extends Results
A functional implementation of Results that allows users to define accumulation logic using functional interfaces.

Useful in scenarios where subclassing is inconvenient or where logic should be defined externally (e.g., via Python).