Name

jautoUnwrap — Unwrap automatically returned values

Calling Sequence

      autoUnwrap = jautoUnwrap()
      jautoUnwrap(autoUnwrap)
    

Parameters

autoUnwrap

A boolean

Description

If autoUnwrap is true, all the values returned by a method invocation are unwrapped if it is possible.

By default, autoUnwrap is false.

Examples

      
               jautoUnwrap()
               jautoUnwrap(%t);
      

See Also

jinvoke

Author

Calixte Denizet