Class CalcUtil


  • public class CalcUtil
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CalcUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Optional<List<Class>> reflectInputTypes​(int expectedInputCount, List<Class> inputTypes)
      Utility method for FeatureAttributeVisitor implementations that are simply returnin the same type as the inputs
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CalcUtil

        public CalcUtil()
    • Method Detail

      • reflectInputTypes

        public static Optional<List<Class>> reflectInputTypes​(int expectedInputCount,
                                                              List<Class> inputTypes)
        Utility method for FeatureAttributeVisitor implementations that are simply returnin the same type as the inputs
        Parameters:
        inputTypes -
        Returns: