final case class fixpoint[T, EX[_]](embed: (EX[T]) ⇒ T)(implicit evidence$2: Functor[EX], I: :<:[ExprOpCoreF, EX]) extends Product with Serializable

"Fixed" constructors, with the corecursive type and the coproduct type captured when an instance is created.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fixpoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new fixpoint(embed: (EX[T]) ⇒ T)(implicit arg0: Functor[EX], I: :<:[ExprOpCoreF, EX])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. val $$CURRENT: T
  4. val $$ROOT: T
  5. def $abs(value: T): T
  6. def $add(left: T, right: T): T
  7. def $allElementsTrue(value: T): T
  8. def $and(first: T, second: T, others: T*): T
  9. def $anyElementTrue(value: T): T
  10. def $arrayElemAt(array: T, idx: T): T
  11. def $arrayLit(value: slamdata.Predef.List[T]): T
  12. def $arrayMap(input: T, as: Name, in: T): T
  13. def $ceil(value: T): T
  14. def $cmp(left: T, right: T): T
  15. def $concat(first: T, second: T, others: T*): T
  16. def $concatArrays(value: slamdata.Predef.List[T]): T
  17. def $cond(predicate: T, ifTrue: T, ifFalse: T): T
  18. def $dateToString(format: FormatString, date: T): T
  19. def $dayOfMonth(date: T): T
  20. def $dayOfWeek(date: T): T
  21. def $dayOfYear(date: T): T
  22. def $exp(value: T): T
  23. def $field(field: slamdata.Predef.String, others: slamdata.Predef.String*): T
  24. def $floor(value: T): T
  25. def $gt(left: T, right: T): T
  26. def $gte(left: T, right: T): T
  27. def $hour(date: T): T
  28. def $ifNull(expr: T, replacement: T): T
  29. def $include(): T
  30. def $isArray(value: T): T
  31. def $let(vars: slamdata.Predef.ListMap[Name, T], in: T): T
  32. def $literal(value: Bson): T
  33. def $ln(value: T): T
  34. def $log(value: T, base: T): T
  35. def $log10(value: T): T
  36. def $lt(left: T, right: T): T
  37. def $lte(left: T, right: T): T
  38. def $meta(): T
  39. def $millisecond(date: T): T
  40. def $minute(date: T): T
  41. def $mod(left: T, right: T): T
  42. def $month(date: T): T
  43. def $multiply(left: T, right: T): T
  44. def $neq(left: T, right: T): T
  45. def $not(value: T): T
  46. def $objectLit(map: slamdata.Predef.ListMap[Name, T]): T
  47. def $or(first: T, second: T, others: T*): T
  48. def $pow(value: T, exp: T): T
  49. def $second(date: T): T
  50. def $setDifference(left: T, right: T): T
  51. def $setEquals(left: T, right: T): T
  52. def $setIntersection(left: T, right: T): T
  53. def $setIsSubset(left: T, right: T): T
  54. def $setUnion(left: T, right: T): T
  55. def $size(array: T): T
  56. def $sqrt(value: T): T
  57. def $strcasecmp(left: T, right: T): T
  58. def $substr(value: T, start: T, count: T): T
  59. def $subtract(left: T, right: T): T
  60. def $toLower(value: T): T
  61. def $toUpper(value: T): T
  62. def $trunc(value: T): T
  63. def $var(docVar: DocVar): T
  64. def $week(date: T): T
  65. def $year(date: T): T
  66. def /ide(left: T, right: T): T
  67. def =(left: T, right: T): T
  68. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  69. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  70. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  71. val embed: (EX[T]) ⇒ T
  72. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  73. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  74. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. def mkToString(a1: T, func: (T, T, T) ⇒ T): T
  77. def mkTypeOf(a1: T, func: (T) ⇒ T): T
  78. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  79. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  80. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  81. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped