Uses of Class
jdk.incubator.concurrent.ScopedValue.Carrier
Packages that use ScopedValue.Carrier
-
Uses of ScopedValue.Carrier in jdk.incubator.concurrent
Methods in jdk.incubator.concurrent that return ScopedValue.CarrierModifier and TypeMethodDescriptionScopedValue.Carrier.where
(ScopedValue<T> key, T value) Returns a newCarrier
with the mappings from this carrier plus a new mapping fromkey
tovalue
.static <T> ScopedValue.Carrier
ScopedValue.where
(ScopedValue<T> key, T value) Creates a newCarrier
with a single mapping of aScopedValue
key to a value.