java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.conversion.ToMutable

  • Constructor Details

    • ToMutable

      public ToMutable()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Convert an array, struct or query to its mutable counterpart.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being executed.
      arguments - The arguments passed to the BIF.
      Returns:
      The value converted to its mutable counterpart. If we can't change we just return it.