Uses of Interface
java.lang.ScopedValue.CallableOp
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of ScopedValue.CallableOpPREVIEW in java.lang
Modifier and TypeMethodDescription<R,
X extends Throwable>
RScopedValue.Carrier.call
(ScopedValue.CallableOpPREVIEW<? extends R, X> op) Calls a value-returning operation with each scoped value in this mapping bound to its value in the current thread.static <T,
R, X extends Throwable>
RScopedValue.callWhere
(ScopedValuePREVIEW<T> key, T value, ScopedValue.CallableOpPREVIEW<? extends R, X> op) Calls a value-returning operation with aScopedValue
bound to a value in the current thread.