Packages

c

com.softwaremill.macwire.scopes

ThreadLocalScope

class ThreadLocalScope extends ProxyingScope with ThreadLocalScopeStorage

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreadLocalScope
  2. ThreadLocalScopeStorage
  3. ProxyingScope
  4. Scope
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThreadLocalScope()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](createT: ⇒ T)(implicit tag: ClassTag[T]): T

    Create a scoped value with the given factory class.

    Create a scoped value with the given factory class.

    Definition Classes
    ProxyingScopeScope
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def associate(storage: Map[String, Any]): Unit
    Definition Classes
    ThreadLocalScopeStorage
  7. def associate(storage: Map[String, Any]): Unit
    Definition Classes
    ThreadLocalScopeStorage
  8. def associate(storage: ScopeStorage): Unit
    Definition Classes
    ThreadLocalScopeStorage
  9. def associateWithEmptyStorage(): Unit
    Definition Classes
    ThreadLocalScopeStorage
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def disassociate(): Unit
    Definition Classes
    ThreadLocalScopeStorage
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get[T](key: String, createT: ⇒ T): T

    Get an instance from the current scope, for the specified key, using the given factory class to create an instance if not yet created.

    Get an instance from the current scope, for the specified key, using the given factory class to create an instance if not yet created.

    Definition Classes
    ThreadLocalScopeStorageScope
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def withEmptyStorage[T](body: ⇒ T): T
    Definition Classes
    ThreadLocalScopeStorage
  28. def withStorage[T](storage: Map[String, Any])(body: ⇒ T): T
    Definition Classes
    ThreadLocalScopeStorage
  29. def withStorage[T](storage: Map[String, Any])(body: ⇒ T): T
    Definition Classes
    ThreadLocalScopeStorage
  30. def withStorage[T](storage: ScopeStorage)(body: ⇒ T): T
    Definition Classes
    ThreadLocalScopeStorage

Inherited from ThreadLocalScopeStorage

Inherited from ProxyingScope

Inherited from Scope

Inherited from AnyRef

Inherited from Any

Ungrouped