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.lang
Methods in java.lang that return ScopedValue.CarrierPREVIEWModifier 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.