Class ListRest

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

@BoxBIF(description="Return all items in a list except the first") @BoxMember(type=STRING_STRICT, name="ListRest") public class ListRest extends BIF
  • Constructor Details

    • ListRest

      public ListRest()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Returns the remainder of a list after removing the first item
      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