Interface BucketFunction.LocalProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
Enclosing class:
BucketFunction

public static interface BucketFunction.LocalProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    Appended to the various type mismatch errors to give a usage clue
    nz.org.riskscape.problem.Problem
     
  • Method Details

    • bucketsTypeHint

      nz.org.riskscape.problem.Problem bucketsTypeHint()

      Appended to the various type mismatch errors to give a usage clue

    • duplicateBucketValue

      nz.org.riskscape.problem.Problem duplicateBucketValue(Collection<String> duplicates)