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

@BoxBIF(description="Get the number of items in a list") @BoxMember(type=STRING_STRICT, name="listLen") public class ListLen extends BIF
  • Constructor Details

    • ListLen

      public ListLen()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Calculates the length of a list separated by the specified delimiter
      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