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 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.