Class StructFindKey

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.struct.StructFindKey

@BoxBIF @BoxMember(type=STRUCT) public class StructFindKey extends BIF
  • Constructor Details

    • StructFindKey

      public StructFindKey()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Searches a struct for a given key and returns an array of values
      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