13 Scoped Values

A scoped value is a value that may be safely and efficiently shared to methods without using method parameters.

See the ScopedValue class in the Java SE API specification for more information.

For background information about scoped values, see JEP 506.