object Lookupable
- Source
- Lookupable.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Lookupable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[B, C0] = Lookupable[B] { type C = C0 }
Type alias for simplifying explicit Lookupable type ascriptions
- type Simple[B] = Lookupable[B] { type C = B }
Type alias for simple Lookupable types
- class SimpleLookupable[X] extends Lookupable[X]
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
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val lookupBigInt: SimpleLookupable[BigInt]
- implicit val lookupBoolean: SimpleLookupable[Boolean]
- implicit val lookupByte: SimpleLookupable[Byte]
- implicit val lookupChar: SimpleLookupable[Char]
- implicit def lookupData[B <: Data](implicit sourceInfo: SourceInfo): Simple[B]
- implicit val lookupDouble: SimpleLookupable[Double]
- implicit def lookupEither[L, R](implicit sourceInfo: SourceInfo, lookupableL: Lookupable[L], lookupableR: Lookupable[R]): Aux[Either[L, R], Either[C, C]]
- implicit val lookupFloat: SimpleLookupable[Float]
- implicit def lookupInstance[B <: BaseModule](implicit sourceInfo: SourceInfo): Simple[Instance[B]]
- implicit val lookupInt: SimpleLookupable[Int]
- implicit def lookupIsInstantiable[B <: IsInstantiable](implicit sourceInfo: SourceInfo): Aux[B, Instance[B]]
- implicit def lookupIsLookupable[B <: IsLookupable](implicit sourceInfo: SourceInfo): SimpleLookupable[B]
- implicit def lookupIterable[B, F[_] <: Iterable[_]](implicit sourceInfo: SourceInfo, lookupable: Lookupable[B]): Aux[F[B], F[C]]
- implicit val lookupLong: SimpleLookupable[Long]
- implicit def lookupMem[B <: MemBase[_]](implicit sourceInfo: SourceInfo): Simple[B]
- implicit def lookupModule[B <: BaseModule](implicit sourceInfo: SourceInfo): Aux[B, Instance[B]]
- implicit def lookupOption[B](implicit sourceInfo: SourceInfo, lookupable: Lookupable[B]): Aux[Option[B], Option[C]]
- implicit val lookupShort: SimpleLookupable[Short]
- implicit val lookupString: SimpleLookupable[String]
- implicit def lookupTuple2[X, Y](implicit sourceInfo: SourceInfo, lookupableX: Lookupable[X], lookupableY: Lookupable[Y]): Aux[(X, Y), (C, C)]
- 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()
- 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()