class NarrowInstanceIndexer[T] extends AbstractIndexer[T]
Indexer into container. In some cases, it may index into multiple containers. An accessible object can be registered for the symbol of this Indexer.
- T
Symbol type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NarrowInstanceIndexer
- AbstractIndexer
- Indexer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NarrowInstanceIndexer(scope: AcceptedFromInstanceSymbol[T], cnt: Vector[Container])
- scope
Symbol which may be indexed
- cnt
containers
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accept[X](x: X): Indexer[T]
Register a new authorization instance with this indexer.
Register a new authorization instance with this indexer. If you do this, you will not be able to register the authorization class.
- X
Accept instance type
- x
Accept instance
- Definition Classes
- NarrowInstanceIndexer → Indexer
- def accept[X](implicit arg0: ClassTag[X]): Indexer[T]
Create a new authorization class for this indexer.
Create a new authorization class for this indexer. If you do this, you will not be able to register the authorization instance.
- X
Accept class
- Definition Classes
- NarrowInstanceIndexer → Indexer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indexing(): IndexedSymbol[T]
Index a new symbol in the injection container.
Index a new symbol in the injection container.
- Definition Classes
- NarrowInstanceIndexer → Indexer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- macro def scratch: Indexer[T]
- Definition Classes
- AbstractIndexer
- implicit def self: Indexer[T]
- Definition Classes
- Indexer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()