sqltyped

TypeSigDSL

class TypeSigDSL extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeSigDSL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeSigDSL(typer: Typer)

Type Members

  1. class Const[A] extends Typed[A]

  2. trait TypeParam extends AnyRef

  3. trait Typed[A] extends AnyRef

  4. case class f[A](a: A)(implicit evidence$1: Typed[A]) extends Product with Serializable

  5. case class f2[A, B](a: A, b: B)(implicit evidence$3: Typed[A], evidence$4: Typed[B]) extends Product with Serializable

  6. case class option[A](a: A)(implicit evidence$6: Typed[A]) extends Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object a extends TypeParam

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. object b extends TypeParam

  9. object c extends TypeParam

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. object d extends TypeParam

  12. object date

  13. implicit def dateTyped: Typed[date.type]

  14. object double

  15. implicit def doubleTyped: Typed[double.type]

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. object int

  22. implicit def intTyped: Typed[int.type]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. object long

  25. implicit def longTyped: Typed[long.type]

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. implicit def optionTyped[A](implicit arg0: Typed[A]): Typed[option[A]]

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. implicit def typeParamTyped[A <: TypeParam]: Typed[A]

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped