Class ZipFunction

  • All Implemented Interfaces:
    org.kie.dmn.feel.runtime.FEELFunction

    public class ZipFunction
    extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction

        org.kie.dmn.feel.runtime.FEELFunction.Param
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipFunction()  
    • Constructor Detail

      • ZipFunction

        public ZipFunction()
    • Method Detail

      • invoke

        public org.kie.dmn.feel.runtime.functions.FEELFnResult<List> invoke​(List<?> attributes,
                                                                            Object[] values)
      • invoke

        public org.kie.dmn.feel.runtime.functions.FEELFnResult<List> invoke​(List<?> attributes,
                                                                            List<?> values)