Object/Class

quasar.sst

StructuralType

Related Docs: class StructuralType | package sst

Permalink

object StructuralType extends StructuralTypeInstances with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructuralType
  2. Serializable
  3. Serializable
  4. StructuralTypeInstances
  5. StructuralTypeInstances0
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ST[L, A] = Coproduct[[β$2$]TypeF[L, β$2$], Tagged, A]

    Permalink
  2. type STF[L, V, A] = EnvT[V, [β$3$]Coproduct[[β$2$]TypeF[L, β$2$], Tagged, β$3$], A]

    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 ConstST

    Permalink
  5. object TagST

    Permalink
  6. object TypeST

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attributeSTƒ[J, V](measure: Algebra[[β$10$]TypeF[J, β$10$], V]): Algebra[[β$12$]Coproduct[[β$2$]TypeF[J, β$2$], Tagged, β$12$], Cofree[[β$11$]Coproduct[[β$2$]TypeF[J, β$2$], Tagged, β$11$], V]]

    Permalink

    Lift an algebra over types to an algebra annotating a structural type.

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit def comonad[L]: Comonad[[β$45$]StructuralType[L, β$45$]]

    Permalink
    Definition Classes
    StructuralTypeInstances
  11. implicit def corecursive[L, V]: Aux[StructuralType[L, V], [γ$41$]EnvT[V, [β$3$]Coproduct[[β$2$]TypeF[L, β$2$], Tagged, β$3$], γ$41$]]

    Permalink
    Definition Classes
    StructuralTypeInstances
  12. def disjoinUnionsƒ[L, V, F[_], T](implicit arg0: Semigroup[V], arg1: Functor[F], I: :<:[[β$21$]TypeF[L, β$21$], F], F: StructuralMerge[F], TC: Aux[T, [γ$22$]EnvT[V, F, γ$22$]], TR: Aux[T, [γ$23$]EnvT[V, F, γ$23$]]): (EnvT[V, F, T]) ⇒ EnvT[V, F, T]

    Permalink

    A transform ensuring unions are disjoint by merging their members.

  13. implicit def encodeEJson[L, V](implicit arg0: EncodeEJson[L], arg1: EncodeEJson[V]): EncodeEJson[StructuralType[L, V]]

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

    Permalink
    Definition Classes
    AnyRef
  15. implicit def equal[L, V](implicit arg0: Equal[L], arg1: Equal[V]): Equal[StructuralType[L, V]]

    Permalink
    Definition Classes
    StructuralTypeInstances
  16. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. object fromEJson

    Permalink

    The structural type representing the given EJson value, annotated with the result of measure.

  19. object fromEJsonK

    Permalink

    The structural type representing the given EJson value annotated with the given measure.

  20. def fromTypeƒ[J, T](implicit arg0: Order[J], TC: Aux[T, [β$24$]TypeF[J, β$24$]], TR: Aux[T, [β$25$]TypeF[J, β$25$]], JC: Aux[J, EJson], JR: Aux[J, EJson]): Coalgebra[[β$26$]Coproduct[[β$2$]TypeF[J, β$2$], Tagged, β$26$], T]

    Permalink

    Unfold a StructuralType from a Type.

  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def isConst[L, V](st: StructuralType[L, V]): slamdata.Predef.Boolean

    Permalink

    Whether the StructuralType is constant.

  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def measure[L, V]: Lens[StructuralType[L, V], V]

    Permalink

    Lens targeting the top-level annotation of a structural type.

  26. def mergeƒ[L, V, F[_], T](implicit arg0: Semigroup[V], arg1: Functor[F], I: :<:[[β$16$]TypeF[L, β$16$], F], F: StructuralMerge[F], TC: Aux[T, [γ$17$]EnvT[V, F, γ$17$]], TR: Aux[T, [γ$18$]EnvT[V, F, γ$18$]]): GCoalgebra[[β$19$]\/[T, β$19$], [γ$20$]EnvT[V, F, γ$20$], (T, T)]

    Permalink

    Unfold a pair of structural types into their deep structural merge.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. implicit def recursive[L, V]: Aux[StructuralType[L, V], [γ$43$]EnvT[V, [β$3$]Coproduct[[β$2$]TypeF[L, β$2$], Tagged, β$3$], γ$43$]]

    Permalink
    Definition Classes
    StructuralTypeInstances
  31. implicit def semigroup[L, V](implicit arg0: Order[L], arg1: Semigroup[V]): Semigroup[StructuralType[L, V]]

    Permalink
    Definition Classes
    StructuralTypeInstances
  32. implicit def show[L, V](implicit arg0: Show[L], arg1: Show[V]): Show[StructuralType[L, V]]

    Permalink
    Definition Classes
    StructuralTypeInstances
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. implicit def traverse1[L]: Traverse1[[β$47$]StructuralType[L, β$47$]]

    Permalink
    Definition Classes
    StructuralTypeInstances0
  36. object typeTransform

    Permalink

    Lift a transform over types to a transform over structural types.

  37. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from StructuralTypeInstances

Inherited from StructuralTypeInstances0

Inherited from AnyRef

Inherited from Any

Ungrouped