Class ListSome

Direct Known Subclasses:
StringSome

@BoxBIF @BoxMember(type=STRING, name="listSome") public class ListSome extends ArraySome
  • Constructor Details

    • ListSome

      public ListSome()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Tests whether any item in a list meets the specified callback
      Overrides:
      _invoke in class ArraySome
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation