Class

com.phylage.scaladia.injector.scope

OpenScope

Related Doc: package scope

Permalink

case class OpenScope[T](value: T, priority: Int, x: scala.reflect.api.JavaUniverse.WeakTypeTag[T]) extends AbstractScope[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractScope[T], InjectableScope[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenScope
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractScope
  7. InjectableScope
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenScope(value: T, priority: Int, x: scala.reflect.api.JavaUniverse.WeakTypeTag[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def accepted[X](requestFrom: Accessor[_])(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[X]): Boolean

    Permalink
    Definition Classes
    InjectableScope
  5. def acceptedClass[X](x: Class[X]): Boolean

    Permalink

    When permitting access from any class, it returns true if the class of the request source matches.

    When permitting access from any class, it returns true if the class of the request source matches.

    X

    class of the request source

    x

    class of the request source

    Definition Classes
    OpenScope → InjectableScope
  6. def acceptedInstance(x: Any): Boolean

    Permalink

    When access from any instance is permitted, it returns true if the request source instance matches.

    When access from any instance is permitted, it returns true if the request source instance matches.

    x

    request source instance

    Definition Classes
    OpenScope → InjectableScope
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def isOpen: Boolean

    Permalink

    Returns true if there is an unscoped dependency.

    Returns true if there is an unscoped dependency.

    Definition Classes
    OpenScope → InjectableScope
  14. def isSameAs[X](implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[X]): Boolean

    Permalink

    Determine if this is compatible with any type.

    Determine if this is compatible with any type.

    X

    Type of dependency requested

    Definition Classes
    AbstractScope → InjectableScope
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val priority: Int

    Permalink
    Definition Classes
    OpenScope → InjectableScope
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. val tag: scala.reflect.api.JavaUniverse.WeakTypeTag[T]

    Permalink
    Definition Classes
    AbstractScope → InjectableScope
  21. val value: T

    Permalink
    Definition Classes
    OpenScope → InjectableScope
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. val x: scala.reflect.api.JavaUniverse.WeakTypeTag[T]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractScope[T]

Inherited from InjectableScope[T]

Inherited from AnyRef

Inherited from Any

Ungrouped