Class ListValueCount

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

@BoxBIF @BoxBIF(alias="ListValueCountNoCase") @BoxMember(type=STRING_STRICT,name="ListValueCount") @BoxMember(type=STRING_STRICT,name="ListValueCountNoCase") public class ListValueCount extends BIF
  • Constructor Details

    • ListValueCount

      public ListValueCount()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      returns a count of the number of occurrences of a value in a list
      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