Class

com.phylage.scaladia.injector.scope

AcceptedFromInstanceScope

Related Doc: package scope

Permalink

case class AcceptedFromInstanceScope[T](value: T, priority: Int = Int.MaxValue, x: scala.reflect.api.JavaUniverse.WeakTypeTag[T], acceptedFrom: Vector[Any]) extends AbstractScope[T] with Product with Serializable

Instance-Tolerant Scope Object

T

Injection object type

value

Injection object

priority

priority

x

Injected object WeakTypeTag

acceptedFrom

accepted instance list

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractScope[T], InjectableScope[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AcceptedFromInstanceScope
  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 AcceptedFromInstanceScope(value: T, priority: Int = Int.MaxValue, x: scala.reflect.api.JavaUniverse.WeakTypeTag[T], acceptedFrom: Vector[Any])

    Permalink

    value

    Injection object

    priority

    priority

    x

    Injected object WeakTypeTag

    acceptedFrom

    accepted instance list

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(requestFrom: Accessor[_]): 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
    AcceptedFromInstanceScope → InjectableScope
  6. val acceptedFrom: Vector[Any]

    Permalink

    accepted instance list

  7. 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
    AcceptedFromInstanceScope → InjectableScope
  8. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  14. def isOpen: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    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

    priority

    priority

    Definition Classes
    AcceptedFromInstanceScope → 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

    Injection object

    Injection object

    Definition Classes
    AcceptedFromInstanceScope → 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

    Injected object WeakTypeTag

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