Class AbstractFunction

java.lang.Object
ortus.boxlang.runtime.types.Function
ortus.boxlang.runtime.types.AbstractFunction
All Implemented Interfaces:
Serializable, IBoxRunnable, IFunctionRunnable, IType

public class AbstractFunction extends Function
A BoxLang abstract Function. I am a concrete class and will not be extended by a compiled runnable
See Also:
  • Constructor Details

    • AbstractFunction

      public AbstractFunction(Key name, Argument[] arguments, String returnType, Function.Access access, IStruct annotations, IStruct documentation, String sourceObjectName, String sourceObjectType)
      Constructor Create a new abstract function. There is nobody to execute, just the metadata
  • Method Details