Class ArrayDelete

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

@BoxBIF @BoxBIF(alias="ArrayDeleteNoCase") @BoxMember(type=ARRAY) @BoxMember(type=ARRAY,name="deleteNoCase") public class ArrayDelete extends BIF
  • Field Details

    • scopeOne

      public static final Key scopeOne
    • scopeAll

      public static final Key scopeAll
  • Constructor Details

    • ArrayDelete

      public ArrayDelete()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Delete first occurance of item in array case sensitive
      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