Class ResultMappedFactory

java.lang.Object
com.pervasive.datarush.functions.MappedEvaluatorFactory
com.pervasive.datarush.functions.ResultMappedFactory
All Implemented Interfaces:
EvaluatorFactory

public class ResultMappedFactory extends MappedEvaluatorFactory
A factory mapped by the expected type of the result.
  • Constructor Details

    • ResultMappedFactory

      public ResultMappedFactory(MappedEvaluatorFactory.Mapping... mappings)
      Defines a factory using the specified mapping.
      Parameters:
      mappings - the type to evaluator mappings to use
  • Method Details