Packages

object Lookupable

Source
Lookupable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lookupable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Aux[B, C0] = Lookupable[B] { type C = C0 }

    Type alias for simplifying explicit Lookupable type ascriptions

  2. type Simple[B] = Lookupable[B] { type C = B }

    Type alias for simple Lookupable types

  3. class SimpleLookupable[X] extends Lookupable[X]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. implicit val lookupBigInt: SimpleLookupable[BigInt]
  13. implicit val lookupBoolean: SimpleLookupable[Boolean]
  14. implicit val lookupByte: SimpleLookupable[Byte]
  15. implicit val lookupChar: SimpleLookupable[Char]
  16. implicit def lookupData[B <: Data](implicit sourceInfo: SourceInfo): Simple[B]
  17. implicit val lookupDouble: SimpleLookupable[Double]
  18. implicit def lookupEither[L, R](implicit sourceInfo: SourceInfo, lookupableL: Lookupable[L], lookupableR: Lookupable[R]): Aux[Either[L, R], Either[C, C]]
  19. implicit val lookupFloat: SimpleLookupable[Float]
  20. implicit def lookupInstance[B <: BaseModule](implicit sourceInfo: SourceInfo): Simple[Instance[B]]
  21. implicit val lookupInt: SimpleLookupable[Int]
  22. implicit def lookupIsInstantiable[B <: IsInstantiable](implicit sourceInfo: SourceInfo): Aux[B, Instance[B]]
  23. implicit def lookupIsLookupable[B <: IsLookupable](implicit sourceInfo: SourceInfo): SimpleLookupable[B]
  24. implicit def lookupIterable[B, F[_] <: Iterable[_]](implicit sourceInfo: SourceInfo, lookupable: Lookupable[B]): Aux[F[B], F[C]]
  25. implicit val lookupLong: SimpleLookupable[Long]
  26. implicit def lookupMem[B <: MemBase[_]](implicit sourceInfo: SourceInfo): Simple[B]
  27. implicit def lookupModule[B <: BaseModule](implicit sourceInfo: SourceInfo): Aux[B, Instance[B]]
  28. implicit def lookupOption[B](implicit sourceInfo: SourceInfo, lookupable: Lookupable[B]): Aux[Option[B], Option[C]]
  29. implicit val lookupShort: SimpleLookupable[Short]
  30. implicit val lookupString: SimpleLookupable[String]
  31. implicit def lookupTuple2[X, Y](implicit sourceInfo: SourceInfo, lookupableX: Lookupable[X], lookupableY: Lookupable[Y]): Aux[(X, Y), (C, C)]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped