Class InputMappedFactory

    • Constructor Detail

      • InputMappedFactory

        public InputMappedFactory​(int index,
                                  MappedEvaluatorFactory.Mapping... mappings)
        Defines a factory using the specified mapping and dispatched by the type of the specified argument.
        Parameters:
        index - the argument used to determine the lookup type for the evaluator
        mappings - the type to evaluator mappings to use
      • InputMappedFactory

        public InputMappedFactory​(int[] indices,
                                  MappedEvaluatorFactory.Mapping... mappings)
        Defines a factory using the specified mapping dispatched by the widest type of the specified arguments.
        Parameters:
        indices - the arguments used to determine the lookup type for the evaluator.
        mappings - the type to evaluator mappings to use