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