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 Details

    • get

    • lambdaArgsDiffer

      nz.org.riskscape.problem.Problem lambdaArgsDiffer(String seen, String expected)

      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 arg
      expected - the lambda arg expected to be used by all lambdas