Package nz.org.riskscape.engine.function
Interface CompositeAggregationFunction.LocalProblems
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
- Enclosing class:
- CompositeAggregationFunction
public static interface CompositeAggregationFunction.LocalProblems
extends nz.org.riskscape.engine.problem.ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionget()
nz.org.riskscape.problem.Problem
lambdaArgsDiffer
(String seen, String expected) Used when struct declaration uses lambdas with differing argument names.
-
Method Details
-
get
-
lambdaArgsDiffer
Used when struct declaration uses lambdas with differing argument names. We enforce the same name to be used for each because they do all refer to the same thing.
- Parameters:
seen
- newly used lambda argexpected
- the lambda arg expected to be used by all lambdas
-