Class AbstractArrayFunction<T>

java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction<T>
org.graylog.plugins.pipelineprocessor.functions.arrays.AbstractArrayFunction<T>
All Implemented Interfaces:
Function<T>
Direct Known Subclasses:
ArrayContains, ArrayRemove

public abstract class AbstractArrayFunction<T> extends AbstractFunction<T>
  • Constructor Details

    • AbstractArrayFunction

      public AbstractArrayFunction()