Uses of Class
java.lang.ScopedValue.Carrier
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of ScopedValue.CarrierPREVIEW in java.lang
Modifier and TypeMethodDescriptionScopedValue.Carrier.where
(ScopedValuePREVIEW<T> key, T value) Returns a newCarrier
with the mappings from this carrier plus a new mapping fromkey
tovalue
.static <T> ScopedValue.CarrierPREVIEW
ScopedValue.where
(ScopedValuePREVIEW<T> key, T value) Creates a newCarrier
with a single mapping of aScopedValue
key to a value.