Uses of Class
java.lang.ScopedValue.Carrier
Packages that use ScopedValue.CarrierPREVIEW
Package
Description
Provides classes that are fundamental to the design of the Java
 programming language.
- 
Uses of ScopedValue.CarrierPREVIEW in java.langMethods in java.lang that return ScopedValue.CarrierPREVIEWModifier and TypeMethodDescriptionScopedValue.Carrier.where(ScopedValuePREVIEW<T> key, T value) Returns a newCarrierwith the mappings from this carrier plus a new mapping fromkeytovalue.static <T> ScopedValue.CarrierPREVIEWScopedValue.where(ScopedValuePREVIEW<T> key, T value) Creates a newCarrierwith a single mapping of aScopedValuekey to a value.