Uses of Interface
java.lang.ScopedValue.CallableOp
Packages that use ScopedValue.CallableOp
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
- 
Uses of ScopedValue.CallableOp in java.langMethods in java.lang with parameters of type ScopedValue.CallableOpModifier and TypeMethodDescription<R, X extends Throwable>
 RScopedValue.Carrier.call(ScopedValue.CallableOp<? extends R, X> op) Calls a value-returning operation with each scoped value in this mapping bound to its value in the current thread.