Class

com.phylage.scaladia.injector.scope

AcceptedFromTypeScope

Related Doc: package scope

Permalink

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

Class-Tolerant Scope Object

T

Injection object type

value

Injection object

priority

priority

x

Injected object WeakTypeTag

acceptedFrom

accepted type list

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

    Permalink

    value

    Injection object

    priority

    priority

    x

    Injected object WeakTypeTag

    acceptedFrom

    accepted type 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[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
    AcceptedFromTypeScope → InjectableScope
  6. val acceptedFrom: Vector[Class[_]]

    Permalink

    accepted type 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
    AcceptedFromTypeScope → 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. 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
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. val priority: Int

    Permalink

    priority

    priority

    Definition Classes
    AcceptedFromTypeScope → InjectableScope
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink

    Injection object

    Injection object

    Definition Classes
    AcceptedFromTypeScope → InjectableScope
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. 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