Class ArrayInsertAt

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.array.ArrayInsertAt

@BoxBIF(description="Insert a value at a specific position in an array") @BoxMember(type=ARRAY) public class ArrayInsertAt extends BIF
  • Constructor Details

    • ArrayInsertAt

      public ArrayInsertAt()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Append a value to an array
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation