Package org.apache.spark.util
Class LexicalThreadLocal.Handle
Object
org.apache.spark.util.LexicalThreadLocal.Handle
- Enclosing interface:
 - LexicalThreadLocal<T>
 
Final class representing a handle to a thread local value.
- 
Method Summary
 
- 
Method Details
- 
runWith
public <R> R runWith(scala.Function0<R> f)  
 -