Object/Class

quasar.tpe

TypeF

Related Docs: class TypeF | package tpe

Permalink

object TypeF extends TypeFInstances with Serializable

Linear Supertypes
Serializable, Serializable, TypeFInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeF
  2. Serializable
  3. Serializable
  4. TypeFInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Arr[J, A](elementsOrLub: \/[IList[A], A]) extends TypeF[J, A] with Product with Serializable

    Permalink
  2. final case class Bottom[J, A]() extends TypeF[J, A] with Product with Serializable

    Permalink
  3. final case class Const[J, A](ejson: J) extends TypeF[J, A] with Product with Serializable

    Permalink
  4. final case class Map[J, A](known: IMap[J, A], unknown: slamdata.Predef.Option[(A, A)]) extends TypeF[J, A] with Product with Serializable

    Permalink
  5. final case class Simple[J, A](simpleType: SimpleType) extends TypeF[J, A] with Product with Serializable

    Permalink
  6. final case class Top[J, A]() extends TypeF[J, A] with Product with Serializable

    Permalink
  7. final case class Union[J, A](fst: A, snd: A, rest: IList[A]) extends TypeF[J, A] with Product with Serializable

    Permalink

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. object Leaf

    Permalink
  5. object Unioned

    Permalink
  6. def arr[J, A]: Prism[TypeF[J, A], \/[IList[A], A]]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bottom[J, A]: Prism[TypeF[J, A], slamdata.Predef.Unit]

    Permalink
  9. def boundedDistributiveLattice[J, T](implicit arg0: Order[J], TR: Aux[T, [β$20$]TypeF[J, β$20$]], TC: Aux[T, [β$21$]TypeF[J, β$21$]], JR: Aux[J, EJson], JC: Aux[J, EJson]): BoundedDistributiveLattice[T]

    Permalink
    Definition Classes
    TypeFInstances
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def const[J, A]: Prism[TypeF[J, A], J]

    Permalink
  12. def coproduct[J, A]: Prism[TypeF[J, A], (A, A)]

    Permalink
  13. implicit def encodeEJsonK[A](implicit A: EncodeEJson[A]): EncodeEJsonK[[β$26$]TypeF[A, β$26$]]

    Permalink
    Definition Classes
    TypeFInstances
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. object glb

    Permalink

    Returns the greatest subtype of both types.

  19. def glbƒ[J, T](implicit arg0: Order[J], TR: Aux[T, [β$5$]TypeF[J, β$5$]], TC: Aux[T, [β$6$]TypeF[J, β$6$]], JR: Aux[J, EJson]): GCoalgebra[[β$7$]\/[T, β$7$], [β$8$]TypeF[J, β$8$], (T, T)]

    Permalink

    Unfold a pair of types into their greatest lower-bound.

  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. object identical

    Permalink

    Returns whether two types have identical structure.

  22. object isBottom

    Permalink

    Whether a type is bottom.

  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. object isSubtypeOf

    Permalink

    Whether x is a subtype of y.

  25. object isTop

    Permalink

    Whether a type is top.

  26. def leaf[J, A]: Prism[TypeF[J, A], \/[SimpleType, J]]

    Permalink
  27. object lub

    Permalink

    Returns the smallest supertype of both types.

  28. def map[J, A]: Prism[TypeF[J, A], (IMap[J, A], slamdata.Predef.Option[(A, A)])]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def primary[J](tf: TypeF[J, _])(implicit J: Aux[J, EJson]): slamdata.Predef.Option[PrimaryType]

    Permalink

    Returns the PrimaryType of the given type, if exists.

  33. implicit def show[J](implicit arg0: Show[J]): Delay[Show, [β$31$]TypeF[J, β$31$]]

    Permalink
    Definition Classes
    TypeFInstances
  34. def simple[J, A]: Prism[TypeF[J, A], SimpleType]

    Permalink
  35. def structuralEqual[J](implicit arg0: Equal[J]): Delay[Equal, [β$24$]TypeF[J, β$24$]]

    Permalink

    NB: This is structural equality and ignores semantics, for most use-cases the equality implied by the subtyping partial order is more useful.

    NB: This is structural equality and ignores semantics, for most use-cases the equality implied by the subtyping partial order is more useful.

    Definition Classes
    TypeFInstances
  36. def subtypingPartialOrder[J, T](implicit arg0: Order[J], TR: Aux[T, [β$22$]TypeF[J, β$22$]], TC: Aux[T, [β$23$]TypeF[J, β$23$]], JR: Aux[J, EJson], JC: Aux[J, EJson]): PartialOrder[T]

    Permalink
    Definition Classes
    TypeFInstances
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def top[J, A]: Prism[TypeF[J, A], slamdata.Predef.Unit]

    Permalink
  40. implicit def traverse[J]: Traverse[[β$29$]TypeF[J, β$29$]]

    Permalink
    Definition Classes
    TypeFInstances
  41. def union[J, A]: Prism[TypeF[J, A], (A, A, IList[A])]

    Permalink
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from TypeFInstances

Inherited from AnyRef

Inherited from Any

Ungrouped