Class ArraySlice

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

@BoxBIF(description="Extract a portion of an array") @BoxBIF(alias="ArrayMid") @BoxMember(type=ARRAY) @BoxMember(type=ARRAY,name="mid") public class ArraySlice extends BIF
  • Constructor Details

    • ArraySlice

      public ArraySlice()
      Constructor
  • Method Details

    • _invoke

      public Array _invoke(IBoxContext context, ArgumentsScope arguments)
      Extracts a sub array from an existing array.
      Specified by:
      _invoke in class BIF
      Parameters:
      context -
      arguments - Argument scope defining the array.
      Returns:
      The result of the invocation