Packages

object ScopeProperty

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScopeProperty
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Capture(context: ScopePropertyContext) extends Product with Serializable

Value Members

  1. def apply[T](defaultValue: T): ScopeProperty[T]
  2. def apply[T]: ScopeProperty[T]
  3. def capture(): Capture
  4. def captureNoClone(): Capture
  5. def get: ScopePropertyContext
  6. val it: ThreadLocal[ScopePropertyContext]
  7. def sandbox[T](body: => T): T
  8. implicit def toBits(scopeProperty: ScopeProperty[Int]): ToBitsPimper
  9. implicit def toValue[T](scopeProperty: ScopeProperty[T]): T