Class ListIndexExists

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.list.ListIndexExists

@BoxBIF @BoxMember(type=STRING, name="listIndexExists") public class ListIndexExists extends BIF
  • Constructor Details

    • ListIndexExists

      public ListIndexExists()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Checks if a list has a given index
      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