Packages

c

molecule.core.macros

MakeComposite

class MakeComposite extends MakeBase

Macro to make composite molecules.

Source
MakeComposite.scala
Linear Supertypes
MakeBase, Dsl2Model, JsonOptNested, JsonAggr, JsonTypes, CastOptNested, CastAggr, CastTypes, Packed2jsonNested, Packed2jsonFlat, PackedValue2json, Packed2tplComposite, Packed2tplNested, Packed2tplFlat, PackedValue2cast, Row2jsonOptNested, RowValue2jsonOptNested, Row2jsonNested, Row2jsonFlat, RowValue2json, JsonBase, Row2obj, RowValue2cast, Row2tplOptNested, RowValue2castOptNested, Row2tplNested, Row2tplComposite, Row2tplFlat, TreeOps, Liftables, MacroHelpers, Helpers, DateHandling, RegexMatching, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MakeComposite
  2. MakeBase
  3. Dsl2Model
  4. JsonOptNested
  5. JsonAggr
  6. JsonTypes
  7. CastOptNested
  8. CastAggr
  9. CastTypes
  10. Packed2jsonNested
  11. Packed2jsonFlat
  12. PackedValue2json
  13. Packed2tplComposite
  14. Packed2tplNested
  15. Packed2tplFlat
  16. PackedValue2cast
  17. Row2jsonOptNested
  18. RowValue2jsonOptNested
  19. Row2jsonNested
  20. Row2jsonFlat
  21. RowValue2json
  22. JsonBase
  23. Row2obj
  24. RowValue2cast
  25. Row2tplOptNested
  26. RowValue2castOptNested
  27. Row2tplNested
  28. Row2tplComposite
  29. Row2tplFlat
  30. TreeOps
  31. Liftables
  32. MacroHelpers
  33. Helpers
  34. DateHandling
  35. RegexMatching
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MakeComposite(c: Context)

Type Members

  1. type E = scala.reflect.macros.Universe.Expr[_]
    Definition Classes
    MacroHelpers
  2. case class InspectMacro extends Product with Serializable
    Attributes
    protected
    Definition Classes
    MacroHelpers
  3. type PF[A, B] = PartialFunction[A, B]
    Definition Classes
    MacroHelpers
  4. implicit class TreeHelper extends AnyRef
    Definition Classes
    MacroHelpers
  5. type W[T] = scala.reflect.macros.Universe.WeakTypeTag[T]
    Definition Classes
    MacroHelpers
  6. class att extends AnyRef
    Definition Classes
    TreeOps
  7. case class buildTplNested extends Product with Serializable
    Definition Classes
    Row2tplNested
  8. class nsp extends AnyRef
    Definition Classes
    TreeOps
  9. implicit class richTree extends AnyRef
    Definition Classes
    TreeOps
  10. case class buildJsonNested(obj: Obj, nestedRef: List[String], txMetas: Int, postJsons: List[(Int, Int) ⇒ scala.reflect.macros.Universe.Tree]) extends Product with Serializable
    Definition Classes
    Row2jsonNested
  11. class log extends AnyRef
    Definition Classes
    Helpers
  12. implicit class Regex extends AnyRef
    Definition Classes
    RegexMatching

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. def abort(msg: String): Nothing
    Definition Classes
    Dsl2Model → TreeOps → Liftables
  5. def abortTree(tree: scala.reflect.macros.Universe.Tree, msg: String, inspect: Boolean = true): Nothing
    Definition Classes
    MacroHelpers
  6. def any(v: Any): scala.reflect.macros.Universe.Tree
    Definition Classes
    Liftables
  7. def appendEscapedString(sb: StringBuffer, s: String): Unit
    Attributes
    protected
    Definition Classes
    JsonBase
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bigDec(arg: Any): BigDecimal
    Attributes
    protected
    Definition Classes
    Helpers
  10. val c: Context
    Definition Classes
    MakeComposite → MakeBase → Dsl2Model → Packed2jsonNestedPacked2jsonFlat → PackedValue2json → Packed2tplCompositePacked2tplNestedPacked2tplFlatPackedValue2cast → Row2jsonOptNested → RowValue2jsonOptNested → Row2jsonNestedRow2jsonFlat → RowValue2json → Row2obj → RowValue2cast → Row2tplOptNested → RowValue2castOptNested → Row2tplNested → Row2tplCompositeRow2tplFlat → TreeOps → Liftables → MacroHelpers
  11. def castAggrManyList[T](row: List[_], colIndex: Int): List[Set[T]]
    Attributes
    protected
    Definition Classes
    CastAggr
  12. lazy val castAggrManyList: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  13. def castAggrManyListBigDecimal(row: List[_], colIndex: Int): List[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastAggr
  14. def castAggrManyListBigInt(row: List[_], colIndex: Int): List[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastAggr
  15. def castAggrManyListDistinct[T](row: List[_], colIndex: Int): List[Set[T]]
    Attributes
    protected
    Definition Classes
    CastAggr
  16. lazy val castAggrManyListDistinct: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  17. def castAggrManyListDistinctBigDecimal(row: List[_], colIndex: Int): List[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastAggr
  18. def castAggrManyListDistinctBigInt(row: List[_], colIndex: Int): List[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastAggr
  19. def castAggrManyListDistinctInt(row: List[_], colIndex: Int): List[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastAggr
  20. def castAggrManyListDistinctURI(row: List[_], colIndex: Int): List[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastAggr
  21. def castAggrManyListInt(row: List[_], colIndex: Int): List[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastAggr
  22. def castAggrManyListRand[T](row: List[_], colIndex: Int): List[Set[T]]
    Attributes
    protected
    Definition Classes
    CastAggr
  23. lazy val castAggrManyListRand: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  24. def castAggrManyListRandBigDecimal(row: List[_], colIndex: Int): List[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastAggr
  25. def castAggrManyListRandBigInt(row: List[_], colIndex: Int): List[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastAggr
  26. def castAggrManyListRandInt(row: List[_], colIndex: Int): List[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastAggr
  27. def castAggrManyListRandURI(row: List[_], colIndex: Int): List[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastAggr
  28. def castAggrManyListURI(row: List[_], colIndex: Int): List[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastAggr
  29. def castAggrManySingle[T](row: List[_], colIndex: Int): Set[T]
    Attributes
    protected
    Definition Classes
    CastAggr
  30. lazy val castAggrManySingle: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  31. def castAggrManySingleBigDecimal(row: List[_], colIndex: Int): Set[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastAggr
  32. def castAggrManySingleBigInt(row: List[_], colIndex: Int): Set[BigInt]
    Attributes
    protected
    Definition Classes
    CastAggr
  33. def castAggrManySingleInt(row: List[_], colIndex: Int): Set[Int]
    Attributes
    protected
    Definition Classes
    CastAggr
  34. def castAggrManySingleURI(row: List[_], colIndex: Int): Set[URI]
    Attributes
    protected
    Definition Classes
    CastAggr
  35. def castAggrOneList[T](row: List[_], colIndex: Int): List[T]
    Attributes
    protected
    Definition Classes
    CastAggr
  36. lazy val castAggrOneList: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  37. def castAggrOneListBigDecimal(row: List[_], colIndex: Int): List[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastAggr
  38. def castAggrOneListBigInt(row: List[_], colIndex: Int): List[BigInt]
    Attributes
    protected
    Definition Classes
    CastAggr
  39. def castAggrOneListDistinct[T](row: List[_], colIndex: Int): List[T]
    Attributes
    protected
    Definition Classes
    CastAggr
  40. lazy val castAggrOneListDistinct: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  41. def castAggrOneListDistinctBigDecimal(row: List[_], colIndex: Int): List[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastAggr
  42. def castAggrOneListDistinctBigInt(row: List[_], colIndex: Int): List[BigInt]
    Attributes
    protected
    Definition Classes
    CastAggr
  43. def castAggrOneListDistinctInt(row: List[_], colIndex: Int): List[Int]
    Attributes
    protected
    Definition Classes
    CastAggr
  44. def castAggrOneListDistinctURI(row: List[_], colIndex: Int): List[URI]
    Attributes
    protected
    Definition Classes
    CastAggr
  45. def castAggrOneListInt(row: List[_], colIndex: Int): List[Int]
    Attributes
    protected
    Definition Classes
    CastAggr
  46. def castAggrOneListRand[T](row: List[_], colIndex: Int): List[T]
    Attributes
    protected
    Definition Classes
    CastAggr
  47. lazy val castAggrOneListRand: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  48. def castAggrOneListRandBigDecimal(row: List[_], colIndex: Int): List[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastAggr
  49. def castAggrOneListRandBigInt(row: List[_], colIndex: Int): List[BigInt]
    Attributes
    protected
    Definition Classes
    CastAggr
  50. def castAggrOneListRandInt(row: List[_], colIndex: Int): List[Int]
    Attributes
    protected
    Definition Classes
    CastAggr
  51. def castAggrOneListRandURI(row: List[_], colIndex: Int): List[URI]
    Attributes
    protected
    Definition Classes
    CastAggr
  52. def castAggrOneListURI(row: List[_], colIndex: Int): List[URI]
    Attributes
    protected
    Definition Classes
    CastAggr
  53. lazy val castAggrOneSingle: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  54. def castAggrSingleSample[T](row: List[_], colIndex: Int): T
    Attributes
    protected
    Definition Classes
    CastAggr
  55. lazy val castAggrSingleSample: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  56. def castAggrSingleSampleBigDecimal(row: List[_], colIndex: Int): BigDecimal
    Attributes
    protected
    Definition Classes
    CastAggr
  57. def castAggrSingleSampleBigInt(row: List[_], colIndex: Int): BigInt
    Attributes
    protected
    Definition Classes
    CastAggr
  58. def castAggrSingleSampleInt(row: List[_], colIndex: Int): Int
    Attributes
    protected
    Definition Classes
    CastAggr
  59. def castAggrSingleSampleURI(row: List[_], colIndex: Int): URI
    Attributes
    protected
    Definition Classes
    CastAggr
  60. lazy val castAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  61. lazy val castEnum: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  62. lazy val castKeyedMapAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  63. def castMany[T](row: List[_], colIndex: Int): Set[T]
    Attributes
    protected
    Definition Classes
    CastTypes
  64. lazy val castManyAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  65. def castManyBigDecimal(row: List[_], colIndex: Int): Set[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastTypes
  66. def castManyBigInt(row: List[_], colIndex: Int): Set[BigInt]
    Attributes
    protected
    Definition Classes
    CastTypes
  67. def castManyEnum(row: List[_], colIndex: Int): Set[String]
    Attributes
    protected
    Definition Classes
    CastTypes
  68. def castManyInt(row: List[_], colIndex: Int): Set[Int]
    Attributes
    protected
    Definition Classes
    CastTypes
  69. def castManyURI(row: List[_], colIndex: Int): Set[URI]
    Attributes
    protected
    Definition Classes
    CastTypes
  70. lazy val castMapAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  71. lazy val castMapAttr_: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  72. def castMapBigDecimal(row: List[_], colIndex: Int): Map[String, BigDecimal]
    Attributes
    protected
    Definition Classes
    CastTypes
  73. def castMapBigInt(row: List[_], colIndex: Int): Map[String, BigInt]
    Attributes
    protected
    Definition Classes
    CastTypes
  74. def castMapBoolean(row: List[_], colIndex: Int): Map[String, Boolean]
    Attributes
    protected
    Definition Classes
    CastTypes
  75. def castMapDate(row: List[_], colIndex: Int): Map[String, Date]
    Attributes
    protected
    Definition Classes
    CastTypes
  76. def castMapDouble(row: List[_], colIndex: Int): Map[String, Double]
    Attributes
    protected
    Definition Classes
    CastTypes
  77. def castMapInt(row: List[_], colIndex: Int): Map[String, Int]
    Attributes
    protected
    Definition Classes
    CastTypes
  78. def castMapLong(row: List[_], colIndex: Int): Map[String, Long]
    Attributes
    protected
    Definition Classes
    CastTypes
  79. def castMapString(row: List[_], colIndex: Int): Map[String, String]
    Attributes
    protected
    Definition Classes
    CastTypes
  80. def castMapURI(row: List[_], colIndex: Int): Map[String, URI]
    Attributes
    protected
    Definition Classes
    CastTypes
  81. def castMapUUID(row: List[_], colIndex: Int): Map[String, UUID]
    Attributes
    protected
    Definition Classes
    CastTypes
  82. def castOne[T](row: List[_], colIndex: Int): T
    Attributes
    protected
    Definition Classes
    CastTypes
  83. def castOneAny(row: List[_], colIndex: Int): Any
    Attributes
    protected
    Definition Classes
    CastTypes
  84. lazy val castOneAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  85. def castOneBigDecimal(row: List[_], colIndex: Int): BigDecimal
    Attributes
    protected
    Definition Classes
    CastTypes
  86. def castOneBigInt(row: List[_], colIndex: Int): BigInt
    Attributes
    protected
    Definition Classes
    CastTypes
  87. def castOneInt(row: List[_], colIndex: Int): Int
    Attributes
    protected
    Definition Classes
    CastTypes
  88. def castOneURI(row: List[_], colIndex: Int): URI
    Attributes
    protected
    Definition Classes
    CastTypes
  89. lazy val castOptApplyAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  90. def castOptApplyMany[T](row: List[_], colIndex: Int): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    CastTypes
  91. lazy val castOptApplyManyAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  92. def castOptApplyManyBigDecimal(row: List[_], colIndex: Int): Option[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastTypes
  93. def castOptApplyManyBigInt(row: List[_], colIndex: Int): Option[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastTypes
  94. def castOptApplyManyDouble(row: List[_], colIndex: Int): Option[Set[Double]]
    Attributes
    protected
    Definition Classes
    CastTypes
  95. def castOptApplyManyInt(row: List[_], colIndex: Int): Option[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastTypes
  96. def castOptApplyManyLong(row: List[_], colIndex: Int): Option[Set[Long]]
    Attributes
    protected
    Definition Classes
    CastTypes
  97. def castOptApplyManyURI(row: List[_], colIndex: Int): Option[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastTypes
  98. lazy val castOptApplyMapAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  99. lazy val castOptApplyMapAttr_: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  100. def castOptApplyMapBigDecimal(row: List[_], colIndex: Int): Option[Map[String, BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastTypes
  101. def castOptApplyMapBigInt(row: List[_], colIndex: Int): Option[Map[String, BigInt]]
    Attributes
    protected
    Definition Classes
    CastTypes
  102. def castOptApplyMapBoolean(row: List[_], colIndex: Int): Option[Map[String, Boolean]]
    Attributes
    protected
    Definition Classes
    CastTypes
  103. def castOptApplyMapDate(row: List[_], colIndex: Int): Option[Map[String, Date]]
    Attributes
    protected
    Definition Classes
    CastTypes
  104. def castOptApplyMapDouble(row: List[_], colIndex: Int): Option[Map[String, Double]]
    Attributes
    protected
    Definition Classes
    CastTypes
  105. def castOptApplyMapInt(row: List[_], colIndex: Int): Option[Map[String, Int]]
    Attributes
    protected
    Definition Classes
    CastTypes
  106. def castOptApplyMapLong(row: List[_], colIndex: Int): Option[Map[String, Long]]
    Attributes
    protected
    Definition Classes
    CastTypes
  107. def castOptApplyMapString(row: List[_], colIndex: Int): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    CastTypes
  108. def castOptApplyMapURI(row: List[_], colIndex: Int): Option[Map[String, URI]]
    Attributes
    protected
    Definition Classes
    CastTypes
  109. def castOptApplyMapUUID(row: List[_], colIndex: Int): Option[Map[String, UUID]]
    Attributes
    protected
    Definition Classes
    CastTypes
  110. def castOptApplyOne[T](row: List[_], colIndex: Int): Option[T]
    Attributes
    protected
    Definition Classes
    CastTypes
  111. lazy val castOptApplyOneAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  112. def castOptApplyOneBigDecimal(row: List[_], colIndex: Int): Option[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastTypes
  113. def castOptApplyOneBigInt(row: List[_], colIndex: Int): Option[BigInt]
    Attributes
    protected
    Definition Classes
    CastTypes
  114. def castOptApplyOneDouble(row: List[_], colIndex: Int): Option[Double]
    Attributes
    protected
    Definition Classes
    CastTypes
  115. def castOptApplyOneInt(row: List[_], colIndex: Int): Option[Int]
    Attributes
    protected
    Definition Classes
    CastTypes
  116. def castOptApplyOneLong(row: List[_], colIndex: Int): Option[Long]
    Attributes
    protected
    Definition Classes
    CastTypes
  117. def castOptApplyOneURI(row: List[_], colIndex: Int): Option[URI]
    Attributes
    protected
    Definition Classes
    CastTypes
  118. lazy val castOptAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  119. lazy val castOptEnum: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  120. def castOptMany[T](row: List[_], colIndex: Int): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    CastTypes
  121. lazy val castOptManyAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  122. def castOptManyBigDecimal(row: List[_], colIndex: Int): Option[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastTypes
  123. def castOptManyBigInt(row: List[_], colIndex: Int): Option[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastTypes
  124. def castOptManyDouble(row: List[_], colIndex: Int): Option[Set[Double]]
    Attributes
    protected
    Definition Classes
    CastTypes
  125. def castOptManyEnum(row: List[_], colIndex: Int): Option[Set[String]]
    Attributes
    protected
    Definition Classes
    CastTypes
  126. def castOptManyInt(row: List[_], colIndex: Int): Option[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastTypes
  127. def castOptManyLong(row: List[_], colIndex: Int): Option[Set[Long]]
    Attributes
    protected
    Definition Classes
    CastTypes
  128. def castOptManyRefAttr(row: List[_], colIndex: Int): Option[Set[Long]]
    Attributes
    protected
    Definition Classes
    CastTypes
  129. def castOptManyURI(row: List[_], colIndex: Int): Option[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastTypes
  130. lazy val castOptMapAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  131. lazy val castOptMapAttr_: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  132. def castOptMapBigDecimal(row: List[_], colIndex: Int): Option[Map[String, BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastTypes
  133. def castOptMapBigInt(row: List[_], colIndex: Int): Option[Map[String, BigInt]]
    Attributes
    protected
    Definition Classes
    CastTypes
  134. def castOptMapBoolean(row: List[_], colIndex: Int): Option[Map[String, Boolean]]
    Attributes
    protected
    Definition Classes
    CastTypes
  135. def castOptMapDate(row: List[_], colIndex: Int): Option[Map[String, Date]]
    Attributes
    protected
    Definition Classes
    CastTypes
  136. def castOptMapDouble(row: List[_], colIndex: Int): Option[Map[String, Double]]
    Attributes
    protected
    Definition Classes
    CastTypes
  137. def castOptMapInt(row: List[_], colIndex: Int): Option[Map[String, Int]]
    Attributes
    protected
    Definition Classes
    CastTypes
  138. def castOptMapLong(row: List[_], colIndex: Int): Option[Map[String, Long]]
    Attributes
    protected
    Definition Classes
    CastTypes
  139. def castOptMapString(row: List[_], colIndex: Int): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    CastTypes
  140. def castOptMapURI(row: List[_], colIndex: Int): Option[Map[String, URI]]
    Attributes
    protected
    Definition Classes
    CastTypes
  141. def castOptMapUUID(row: List[_], colIndex: Int): Option[Map[String, UUID]]
    Attributes
    protected
    Definition Classes
    CastTypes
  142. lazy val castOptNestedAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  143. lazy val castOptNestedEnum: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  144. def castOptNestedMany[T](it: Iterator[_]): Set[T]
    Attributes
    protected
    Definition Classes
    CastOptNested
  145. lazy val castOptNestedManyAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  146. def castOptNestedManyBigDecimal(it: Iterator[_]): Set[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastOptNested
  147. def castOptNestedManyBigInt(it: Iterator[_]): Set[BigInt]
    Attributes
    protected
    Definition Classes
    CastOptNested
  148. def castOptNestedManyEnum(it: Iterator[_]): Set[String]
    Attributes
    protected
    Definition Classes
    CastOptNested
  149. def castOptNestedManyInt(it: Iterator[_]): Set[Int]
    Attributes
    protected
    Definition Classes
    CastOptNested
  150. def castOptNestedManyRefAttr(it: Iterator[_]): Set[Long]
    Attributes
    protected
    Definition Classes
    CastOptNested
  151. lazy val castOptNestedMapAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  152. lazy val castOptNestedMapAttr_: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  153. def castOptNestedMapBigDecimal(it: Iterator[_]): Map[String, BigDecimal]
    Attributes
    protected
    Definition Classes
    CastOptNested
  154. def castOptNestedMapBigInt(it: Iterator[_]): Map[String, BigInt]
    Attributes
    protected
    Definition Classes
    CastOptNested
  155. def castOptNestedMapBoolean(it: Iterator[_]): Map[String, Boolean]
    Attributes
    protected
    Definition Classes
    CastOptNested
  156. def castOptNestedMapDate(it: Iterator[_]): Map[String, Date]
    Attributes
    protected
    Definition Classes
    CastOptNested
  157. def castOptNestedMapDouble(it: Iterator[_]): Map[String, Double]
    Attributes
    protected
    Definition Classes
    CastOptNested
  158. def castOptNestedMapInt(it: Iterator[_]): Map[String, Int]
    Attributes
    protected
    Definition Classes
    CastOptNested
  159. def castOptNestedMapLong(it: Iterator[_]): Map[String, Long]
    Attributes
    protected
    Definition Classes
    CastOptNested
  160. def castOptNestedMapString(it: Iterator[_]): Map[String, String]
    Attributes
    protected
    Definition Classes
    CastOptNested
  161. def castOptNestedMapURI(it: Iterator[_]): Map[String, URI]
    Attributes
    protected
    Definition Classes
    CastOptNested
  162. def castOptNestedMapUUID(it: Iterator[_]): Map[String, UUID]
    Attributes
    protected
    Definition Classes
    CastOptNested
  163. def castOptNestedOne[T](it: Iterator[_]): T
    Attributes
    protected
    Definition Classes
    CastOptNested
  164. lazy val castOptNestedOneAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  165. def castOptNestedOneBigDecimal(it: Iterator[_]): BigDecimal
    Attributes
    protected
    Definition Classes
    CastOptNested
  166. def castOptNestedOneBigInt(it: Iterator[_]): BigInt
    Attributes
    protected
    Definition Classes
    CastOptNested
  167. def castOptNestedOneEnum(it: Iterator[_]): String
    Attributes
    protected
    Definition Classes
    CastOptNested
  168. def castOptNestedOneInt(it: Iterator[_]): Int
    Attributes
    protected
    Definition Classes
    CastOptNested
  169. def castOptNestedOneRefAttr(it: Iterator[_]): Long
    Attributes
    protected
    Definition Classes
    CastOptNested
  170. lazy val castOptNestedOptAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  171. lazy val castOptNestedOptEnum: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  172. def castOptNestedOptMany[T](it: Iterator[_]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  173. lazy val castOptNestedOptManyAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  174. def castOptNestedOptManyBigDecimal(it: Iterator[_]): Option[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  175. def castOptNestedOptManyBigInt(it: Iterator[_]): Option[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  176. def castOptNestedOptManyDouble(it: Iterator[_]): Option[Set[Double]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  177. def castOptNestedOptManyEnum(it: Iterator[_]): Option[Set[String]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  178. def castOptNestedOptManyInt(it: Iterator[_]): Option[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  179. def castOptNestedOptManyLong(it: Iterator[_]): Option[Set[Long]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  180. def castOptNestedOptManyRefAttr(it: Iterator[_]): Option[Set[Long]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  181. def castOptNestedOptManyURI(it: Iterator[_]): Option[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  182. lazy val castOptNestedOptMapAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  183. lazy val castOptNestedOptMapAttr_: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  184. def castOptNestedOptMapBigDecimal(it: Iterator[_]): Option[Map[String, BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  185. def castOptNestedOptMapBigInt(it: Iterator[_]): Option[Map[String, BigInt]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  186. def castOptNestedOptMapBoolean(it: Iterator[_]): Option[Map[String, Boolean]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  187. def castOptNestedOptMapDate(it: Iterator[_]): Option[Map[String, Date]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  188. def castOptNestedOptMapDouble(it: Iterator[_]): Option[Map[String, Double]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  189. def castOptNestedOptMapInt(it: Iterator[_]): Option[Map[String, Int]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  190. def castOptNestedOptMapLong(it: Iterator[_]): Option[Map[String, Long]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  191. def castOptNestedOptMapString(it: Iterator[_]): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  192. def castOptNestedOptMapURI(it: Iterator[_]): Option[Map[String, URI]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  193. def castOptNestedOptMapUUID(it: Iterator[_]): Option[Map[String, UUID]]
    Attributes
    protected
    Definition Classes
    CastOptNested
  194. def castOptNestedOptOne[T](it: Iterator[_]): Option[T]
    Attributes
    protected
    Definition Classes
    CastOptNested
  195. lazy val castOptNestedOptOneAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  196. def castOptNestedOptOneBigDecimal(it: Iterator[_]): Option[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastOptNested
  197. def castOptNestedOptOneBigInt(it: Iterator[_]): Option[BigInt]
    Attributes
    protected
    Definition Classes
    CastOptNested
  198. def castOptNestedOptOneDouble(it: Iterator[_]): Option[Double]
    Attributes
    protected
    Definition Classes
    CastOptNested
  199. def castOptNestedOptOneEnum(it: Iterator[_]): Option[String]
    Attributes
    protected
    Definition Classes
    CastOptNested
  200. def castOptNestedOptOneInt(it: Iterator[_]): Option[Int]
    Attributes
    protected
    Definition Classes
    CastOptNested
  201. def castOptNestedOptOneLong(it: Iterator[_]): Option[Long]
    Attributes
    protected
    Definition Classes
    CastOptNested
  202. def castOptNestedOptOneRefAttr(it: Iterator[_]): Option[Long]
    Attributes
    protected
    Definition Classes
    CastOptNested
  203. def castOptNestedOptOneURI(it: Iterator[_]): Option[URI]
    Attributes
    protected
    Definition Classes
    CastOptNested
  204. lazy val castOptNestedOptRefAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  205. lazy val castOptNestedRefAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  206. def castOptOne[T](row: List[_], colIndex: Int): Option[T]
    Attributes
    protected
    Definition Classes
    CastTypes
  207. lazy val castOptOneAttr: (String) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  208. def castOptOneBigDecimal(row: List[_], colIndex: Int): Option[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastTypes
  209. def castOptOneBigInt(row: List[_], colIndex: Int): Option[BigInt]
    Attributes
    protected
    Definition Classes
    CastTypes
  210. def castOptOneDouble(row: List[_], colIndex: Int): Option[Double]
    Attributes
    protected
    Definition Classes
    CastTypes
  211. def castOptOneEnum(row: List[_], colIndex: Int): Option[String]
    Attributes
    protected
    Definition Classes
    CastTypes
  212. def castOptOneInt(row: List[_], colIndex: Int): Option[Int]
    Attributes
    protected
    Definition Classes
    CastTypes
  213. def castOptOneLong(row: List[_], colIndex: Int): Option[Long]
    Attributes
    protected
    Definition Classes
    CastTypes
  214. def castOptOneRefAttr(row: List[_], colIndex: Int): Option[Long]
    Attributes
    protected
    Definition Classes
    CastTypes
  215. def castOptOneURI(row: List[_], colIndex: Int): Option[URI]
    Attributes
    protected
    Definition Classes
    CastTypes
  216. lazy val castOptRefAttr: (richTree) ⇒ (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  217. def classes(nodes: List[Node]): List[scala.reflect.macros.Universe.Tree]
    Definition Classes
    Row2obj
  218. def clean(attr: String): String
    Definition Classes
    Helpers
  219. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  220. def compositeCasts(castss: List[List[(Int) ⇒ scala.reflect.macros.Universe.Tree]], offset: Int = 0): List[scala.reflect.macros.Universe.Tree]
    Definition Classes
    Row2tplFlat
  221. def date2datomicStr(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  222. def date2datomicStr2(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  223. def date2str(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  224. def daylight(ms: Long): Int
    Definition Classes
    DateHandling
  225. def double(arg: Any): String
    Attributes
    protected
    Definition Classes
    Helpers
  226. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  227. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  228. def escStr(s: String): String
    Definition Classes
    Helpers
  229. def expandDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  230. def expr(tree: scala.reflect.macros.Universe.Tree): scala.reflect.macros.blackbox.Context.Expr[Nothing]
    Definition Classes
    MacroHelpers
  231. def extractFlatValues(propCount: Int, refIndexes: List[Int], tacitIndexes: List[Int], deeper: Boolean = false): (Collection[Any]) ⇒ Iterator[Any]
    Definition Classes
    JsonBase
  232. def extractNsAttr(tpe: scala.reflect.macros.Universe.Type, tree: scala.reflect.macros.Universe.Tree): String
    Definition Classes
    TreeOps
  233. final def f(a: Any): Any
    Attributes
    protected
    Definition Classes
    Helpers
  234. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  235. def firstLow(str: Any): String
    Definition Classes
    TreeOps
  236. def firstNs(model: Model): String
    Definition Classes
    Helpers
  237. final def from01tuples[Obj, T1](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1]): scala.reflect.macros.Universe.Tree
  238. final def from02tuples[Obj, T1, T2](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2]): scala.reflect.macros.Universe.Tree
  239. final def from03tuples[Obj, T1, T2, T3](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3]): scala.reflect.macros.Universe.Tree
  240. final def from04tuples[Obj, T1, T2, T3, T4](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4]): scala.reflect.macros.Universe.Tree
  241. final def from05tuples[Obj, T1, T2, T3, T4, T5](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5]): scala.reflect.macros.Universe.Tree
  242. final def from06tuples[Obj, T1, T2, T3, T4, T5, T6](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6]): scala.reflect.macros.Universe.Tree
  243. final def from07tuples[Obj, T1, T2, T3, T4, T5, T6, T7](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7]): scala.reflect.macros.Universe.Tree
  244. final def from08tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8]): scala.reflect.macros.Universe.Tree
  245. final def from09tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9]): scala.reflect.macros.Universe.Tree
  246. final def from10tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10]): scala.reflect.macros.Universe.Tree
  247. final def from11tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11]): scala.reflect.macros.Universe.Tree
  248. final def from12tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12]): scala.reflect.macros.Universe.Tree
  249. final def from13tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13]): scala.reflect.macros.Universe.Tree
  250. final def from14tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14]): scala.reflect.macros.Universe.Tree
  251. final def from15tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15]): scala.reflect.macros.Universe.Tree
  252. final def from16tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15], arg16: W[T16]): scala.reflect.macros.Universe.Tree
  253. final def from17tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15], arg16: W[T16], arg17: W[T17]): scala.reflect.macros.Universe.Tree
  254. final def from18tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15], arg16: W[T16], arg17: W[T17], arg18: W[T18]): scala.reflect.macros.Universe.Tree
  255. final def from19tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15], arg16: W[T16], arg17: W[T17], arg18: W[T18], arg19: W[T19]): scala.reflect.macros.Universe.Tree
  256. final def from20tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15], arg16: W[T16], arg17: W[T17], arg18: W[T18], arg19: W[T19], arg20: W[T20]): scala.reflect.macros.Universe.Tree
  257. final def from21tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15], arg16: W[T16], arg17: W[T17], arg18: W[T18], arg19: W[T19], arg20: W[T20], arg21: W[T21]): scala.reflect.macros.Universe.Tree
  258. final def from22tuples[Obj, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](dsl: scala.reflect.macros.Universe.Tree)(implicit arg0: W[Obj], arg1: W[T1], arg2: W[T2], arg3: W[T3], arg4: W[T4], arg5: W[T5], arg6: W[T6], arg7: W[T7], arg8: W[T8], arg9: W[T9], arg10: W[T10], arg11: W[T11], arg12: W[T12], arg13: W[T13], arg14: W[T14], arg15: W[T15], arg16: W[T16], arg17: W[T17], arg18: W[T18], arg19: W[T19], arg20: W[T20], arg21: W[T21], arg22: W[T22]): scala.reflect.macros.Universe.Tree
  259. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  260. def getImports(genericImports: List[scala.reflect.macros.Universe.Tree]): scala.reflect.macros.Universe.Tree
    Definition Classes
    MakeBase
  261. def getKwName(kw: String): String
    Definition Classes
    Helpers
  262. def getPackedValue2cast(group: String, baseTpe: String, v: scala.reflect.macros.Universe.Tree, optAggrTpe: Option[String]): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  263. def getPackedValue2json(group: String, baseTpe: String, field: String, v: scala.reflect.macros.Universe.Tree, tabs: Int, optAggrTpe: Option[String]): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  264. def getRowValue2castLambda(group: String, baseTpe: String): (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2cast
  265. def getRowValue2castOptNestedLambda(group: String, baseTpe: String): (Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2castOptNested
  266. def getRowValue2jsonLambda(group: String, baseTpe: String, field: String): (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  267. def getRowValue2jsonOptNestedLambda(group: String, baseTpe: String, field: String): (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  268. def getTpe(p: Prop): scala.reflect.macros.Universe.Tree
    Definition Classes
    Row2obj
  269. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  270. def indent(tabs: Int): String
    Definition Classes
    JsonBase
  271. def inputMolecule_i_o(inArity: Int, outArity: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    TreeOps
  272. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  273. val isJsPlatform: Boolean
    Attributes
    protected
    Definition Classes
    Dsl2Model
  274. def jsNumber(tpe: String, v: Any): Any
    Definition Classes
    Helpers
  275. def jsonAggrManyList(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  276. lazy val jsonAggrManyList: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  277. def jsonAggrManyListDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  278. def jsonAggrManyListDistinct(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  279. lazy val jsonAggrManyListDistinct: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  280. def jsonAggrManyListDistinctDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  281. def jsonAggrManyListDistinctQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  282. def jsonAggrManyListDistinctToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  283. def jsonAggrManyListQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  284. def jsonAggrManyListRand(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  285. lazy val jsonAggrManyListRand: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  286. def jsonAggrManyListRandDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  287. def jsonAggrManyListRandQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  288. def jsonAggrManyListRandToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  289. def jsonAggrManyListToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  290. def jsonAggrManySingle(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  291. lazy val jsonAggrManySingle: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  292. def jsonAggrManySingleDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  293. def jsonAggrManySingleQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  294. def jsonAggrManySingleToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  295. def jsonAggrOneList(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  296. lazy val jsonAggrOneList: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  297. def jsonAggrOneListDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  298. def jsonAggrOneListDistinct(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  299. lazy val jsonAggrOneListDistinct: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  300. def jsonAggrOneListDistinctDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  301. def jsonAggrOneListDistinctQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  302. def jsonAggrOneListDistinctToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  303. def jsonAggrOneListQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  304. def jsonAggrOneListRand(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  305. lazy val jsonAggrOneListRand: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  306. def jsonAggrOneListRandDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  307. def jsonAggrOneListRandQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  308. def jsonAggrOneListRandToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  309. def jsonAggrOneListToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  310. lazy val jsonAggrOneSingle: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  311. def jsonAggrSingleSample(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  312. lazy val jsonAggrSingleSample: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  313. def jsonAggrSingleSampleDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  314. def jsonAggrSingleSampleQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  315. def jsonAggrSingleSampleToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonAggr
  316. def jsonAnyValue(sb: StringBuffer, v: Any): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonBase
  317. lazy val jsonAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  318. lazy val jsonEnum: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  319. def jsonFlat(obj: Obj): scala.reflect.macros.Universe.Tree
    Definition Classes
    Row2jsonFlat
  320. lazy val jsonKeyedMapAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  321. def jsonMany(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  322. lazy val jsonManyAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  323. def jsonManyDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  324. def jsonManyQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  325. def jsonManyToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  326. def jsonMap(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  327. lazy val jsonMapAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  328. lazy val jsonMapAttr_: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  329. def jsonMapQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  330. def jsonOne(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  331. def jsonOneAny(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  332. lazy val jsonOneAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  333. def jsonOneDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  334. def jsonOneQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  335. def jsonOneToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  336. lazy val jsonOptApplyAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  337. def jsonOptApplyMany(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  338. lazy val jsonOptApplyManyAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  339. def jsonOptApplyManyDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  340. def jsonOptApplyManyQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  341. def jsonOptApplyManyToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  342. def jsonOptApplyMap(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  343. lazy val jsonOptApplyMapAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  344. lazy val jsonOptApplyMapAttr_: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  345. def jsonOptApplyMapQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  346. def jsonOptApplyOne(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  347. lazy val jsonOptApplyOneAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  348. def jsonOptApplyOneDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  349. def jsonOptApplyOneQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  350. def jsonOptApplyOneToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  351. lazy val jsonOptAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  352. lazy val jsonOptEnum: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  353. def jsonOptMany(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  354. lazy val jsonOptManyAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  355. def jsonOptManyDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  356. def jsonOptManyEnum(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  357. def jsonOptManyQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  358. def jsonOptManyRefAttr(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  359. def jsonOptManyToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  360. def jsonOptMap(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  361. lazy val jsonOptMapAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  362. lazy val jsonOptMapAttr_: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  363. def jsonOptMapQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int, tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  364. def jsonOptNested(current: Obj, refIndexes: List[List[Int]], tacitIndexes: List[List[Int]], level: Int = 0, tabs: Int = 0): scala.reflect.macros.Universe.Tree
    Definition Classes
    Row2jsonOptNested
  365. lazy val jsonOptNestedAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  366. lazy val jsonOptNestedEnum: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  367. lazy val jsonOptNestedKeyedMapAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  368. def jsonOptNestedMany(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  369. lazy val jsonOptNestedManyAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  370. def jsonOptNestedManyDate(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  371. def jsonOptNestedManyEnum(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  372. def jsonOptNestedManyQuoted(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  373. def jsonOptNestedManyRefAttr(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  374. def jsonOptNestedManyToString(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  375. def jsonOptNestedMap(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  376. lazy val jsonOptNestedMapAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  377. lazy val jsonOptNestedMapAttr_: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  378. def jsonOptNestedMapQuoted(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  379. def jsonOptNestedOne(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  380. def jsonOptNestedOneAny(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  381. lazy val jsonOptNestedOneAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  382. def jsonOptNestedOneDate(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  383. def jsonOptNestedOneEnum(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  384. def jsonOptNestedOneQuoted(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  385. def jsonOptNestedOneRefAttr(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  386. def jsonOptNestedOneToString(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  387. lazy val jsonOptNestedOptApplyMapAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  388. lazy val jsonOptNestedOptAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  389. lazy val jsonOptNestedOptEnum: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  390. def jsonOptNestedOptMany(sb: StringBuffer, field: String, it0: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  391. lazy val jsonOptNestedOptManyAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  392. def jsonOptNestedOptManyDate(sb: StringBuffer, field: String, it0: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  393. def jsonOptNestedOptManyEnum(sb: StringBuffer, field: String, it0: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  394. def jsonOptNestedOptManyQuoted(sb: StringBuffer, field: String, it0: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  395. def jsonOptNestedOptManyRefAttr(sb: StringBuffer, field: String, it0: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  396. def jsonOptNestedOptManyToString(sb: StringBuffer, field: String, it0: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  397. def jsonOptNestedOptMap(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  398. lazy val jsonOptNestedOptMapAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  399. lazy val jsonOptNestedOptMapAttr_: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  400. def jsonOptNestedOptMapQuoted(sb: StringBuffer, field: String, it: Iterator[_], tabs: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  401. def jsonOptNestedOptOne(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  402. lazy val jsonOptNestedOptOneAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  403. def jsonOptNestedOptOneDate(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  404. def jsonOptNestedOptOneEnum(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  405. def jsonOptNestedOptOneQuoted(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  406. def jsonOptNestedOptOneRefAttr(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  407. def jsonOptNestedOptOneToString(sb: StringBuffer, field: String, it: Iterator[_]): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonOptNested
  408. lazy val jsonOptNestedOptRefAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  409. lazy val jsonOptNestedRefAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2jsonOptNested
  410. def jsonOptOne(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  411. lazy val jsonOptOneAttr: (String, String) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  412. def jsonOptOneDate(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  413. def jsonOptOneEnum(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  414. def jsonOptOneQuoted(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  415. def jsonOptOneRefAttr(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  416. def jsonOptOneToString(sb: StringBuffer, field: String, row: List[_], colIndex: Int): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonTypes
  417. lazy val jsonOptRefAttr: (richTree) ⇒ (Int, Int) ⇒ scala.reflect.macros.Universe.Tree
    Definition Classes
    RowValue2json
  418. implicit val liftAny: scala.reflect.macros.Universe.Liftable[Any]
    Definition Classes
    Liftables
  419. implicit val liftAtom: scala.reflect.macros.Universe.Liftable[Atom]
    Definition Classes
    Liftables
  420. implicit val liftAttrKW: scala.reflect.macros.Universe.Liftable[KW]
    Definition Classes
    Liftables
  421. implicit val liftBidirectional: scala.reflect.macros.Universe.Liftable[Bidirectional]
    Definition Classes
    Liftables
  422. implicit val liftBinding: scala.reflect.macros.Universe.Liftable[Binding]
    Definition Classes
    Liftables
  423. implicit val liftBond: scala.reflect.macros.Universe.Liftable[Bond]
    Definition Classes
    Liftables
  424. implicit val liftClause: scala.reflect.macros.Universe.Liftable[Clause]
    Definition Classes
    Liftables
  425. implicit val liftComposite: scala.reflect.macros.Universe.Liftable[Composite]
    Definition Classes
    Liftables
  426. implicit val liftDataClause: scala.reflect.macros.Universe.Liftable[DataClause]
    Definition Classes
    Liftables
  427. implicit val liftDataSource: scala.reflect.macros.Universe.Liftable[DataSource]
    Definition Classes
    Liftables
  428. implicit val liftElement: scala.reflect.macros.Universe.Liftable[Element]
    Definition Classes
    Liftables
  429. implicit val liftFind: scala.reflect.macros.Universe.Liftable[Find]
    Definition Classes
    Liftables
  430. implicit val liftFn: scala.reflect.macros.Universe.Liftable[Fn]
    Definition Classes
    Liftables
  431. implicit val liftFunct: scala.reflect.macros.Universe.Liftable[Funct]
    Definition Classes
    Liftables
  432. implicit val liftGeneric: scala.reflect.macros.Universe.Liftable[Generic]
    Definition Classes
    Liftables
  433. implicit val liftGenericValue: scala.reflect.macros.Universe.Liftable[GenericValue]
    Definition Classes
    Liftables
  434. implicit val liftGroup: scala.reflect.macros.Universe.Liftable[Nested]
    Definition Classes
    Liftables
  435. implicit val liftIn: scala.reflect.macros.Universe.Liftable[In]
    Definition Classes
    Liftables
  436. implicit val liftInput: scala.reflect.macros.Universe.Liftable[Input]
    Definition Classes
    Liftables
  437. implicit val liftListOfClauses: scala.reflect.macros.Universe.Liftable[Seq[Clause]]
    Definition Classes
    Liftables
  438. implicit val liftListOfElements: scala.reflect.macros.Universe.Liftable[Seq[Element]]
    Definition Classes
    Liftables
  439. implicit val liftModel: scala.reflect.macros.Universe.Liftable[Model]
    Definition Classes
    Liftables
  440. implicit val liftNestedAttrs: scala.reflect.macros.Universe.Liftable[NestedAttrs]
    Definition Classes
    Liftables
  441. implicit val liftNode: scala.reflect.macros.Universe.Liftable[Node]
    Definition Classes
    Liftables
  442. implicit val liftNotClause: scala.reflect.macros.Universe.Liftable[NotClause]
    Definition Classes
    Liftables
  443. implicit val liftNotClauses: scala.reflect.macros.Universe.Liftable[NotClauses]
    Definition Classes
    Liftables
  444. implicit val liftNotJoinClauses: scala.reflect.macros.Universe.Liftable[NotJoinClauses]
    Definition Classes
    Liftables
  445. implicit val liftObj: scala.reflect.macros.Universe.Liftable[Obj]
    Definition Classes
    Liftables
  446. implicit val liftOutput: scala.reflect.macros.Universe.Liftable[Output]
    Definition Classes
    Liftables
  447. implicit val liftProp: scala.reflect.macros.Universe.Liftable[Prop]
    Definition Classes
    Liftables
  448. implicit val liftPullAttrSpec: scala.reflect.macros.Universe.Liftable[PullAttrSpec]
    Definition Classes
    Liftables
  449. implicit val liftQuery: scala.reflect.macros.Universe.Liftable[Query]
    Definition Classes
    Liftables
  450. implicit val liftQueryTerm: scala.reflect.macros.Universe.Liftable[QueryTerm]
    Definition Classes
    Liftables
  451. implicit val liftQueryValue: scala.reflect.macros.Universe.Liftable[QueryValue]
    Definition Classes
    Liftables
  452. implicit val liftReBond: scala.reflect.macros.Universe.Liftable[ReBond]
    Definition Classes
    Liftables
  453. implicit val liftRule: scala.reflect.macros.Universe.Liftable[Rule]
    Definition Classes
    Liftables
  454. implicit val liftRuleInvocation: scala.reflect.macros.Universe.Liftable[RuleInvocation]
    Definition Classes
    Liftables
  455. implicit val liftStackTraceElement: scala.reflect.macros.Universe.Liftable[StackTraceElement]
    Definition Classes
    Liftables
  456. implicit val liftStackTraceElements: scala.reflect.macros.Universe.Liftable[Array[StackTraceElement]]
    Definition Classes
    Liftables
  457. implicit val liftThrowable: scala.reflect.macros.Universe.Liftable[Throwable]
    Definition Classes
    Liftables
  458. implicit val liftTuple2: scala.reflect.macros.Universe.Liftable[Product]
    Definition Classes
    Liftables
  459. implicit val liftTxMetaData: scala.reflect.macros.Universe.Liftable[TxMetaData]
    Definition Classes
    Liftables
  460. implicit val liftVal: scala.reflect.macros.Universe.Liftable[Val]
    Definition Classes
    Liftables
  461. implicit val liftValue: scala.reflect.macros.Universe.Liftable[Value]
    Definition Classes
    Liftables
  462. implicit val liftVar: scala.reflect.macros.Universe.Liftable[Var]
    Definition Classes
    Liftables
  463. implicit val liftWhere: scala.reflect.macros.Universe.Liftable[Where]
    Definition Classes
    Liftables
  464. implicit val liftWith: scala.reflect.macros.Universe.Liftable[With]
    Definition Classes
    Liftables
  465. def localOffset: String
    Definition Classes
    DateHandling
  466. def localZoneOffset: ZoneOffset
    Definition Classes
    DateHandling
  467. def mapIdentifiers(elements: Seq[Element], identifiers0: Seq[(String, scala.reflect.macros.Universe.Tree)] = Nil): Seq[(String, scala.reflect.macros.Universe.Tree)]
    Definition Classes
    MakeBase
  468. def mapIdents(idents: Seq[Any]): Seq[(String, scala.reflect.macros.Universe.Tree)]
    Definition Classes
    MakeBase
  469. def mkBigDecimal(bigDec: BigDecimal): scala.reflect.macros.Universe.Tree
    Definition Classes
    Liftables
  470. def mkBigInt(bigInt: BigInt): scala.reflect.macros.Universe.Tree
    Definition Classes
    Liftables
  471. def mkDate(date: Date): scala.reflect.macros.Universe.Tree
    Definition Classes
    Liftables
  472. def mkURI(uri: URI): scala.reflect.macros.Universe.Tree
    Definition Classes
    Liftables
  473. def mkUUID(uuid: UUID): scala.reflect.macros.Universe.Tree
    Definition Classes
    Liftables
  474. def molecule_o(outArity: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    TreeOps
  475. def namespaceSymbol(tree: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Symbol
    Definition Classes
    TreeOps
  476. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  477. def nestedJsonClassX(allLevels: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    TreeOps
  478. def nestedTupleClassX(allLevels: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    TreeOps
  479. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  480. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  481. def nsString(nsName: scala.reflect.macros.Universe.Name): String
    Definition Classes
    TreeOps
  482. def nsString(nsTree: scala.reflect.macros.Universe.Tree): String
    Definition Classes
    TreeOps
  483. def nsString(nsFull: String): String
    Definition Classes
    TreeOps
  484. final def o(opt: Option[Any]): String
    Definition Classes
    Helpers
  485. def objTree(obj: Obj, tplOpt: Option[scala.reflect.macros.Universe.Tree] = None, composite: Boolean = false): scala.reflect.macros.Universe.Tree
    Definition Classes
    Row2obj
  486. final def os(opt: Option[Set[_]]): String
    Definition Classes
    Helpers
  487. def packed2jsonFlat(obj: Obj, txMetas: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    Packed2jsonFlat
  488. def packed2jsonNested(levels: Int, obj: Obj, txMetas: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    Packed2jsonNested
  489. def packed2tplComposite(obj: Obj, txMetas: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    Packed2tplComposite
  490. def packed2tplFlat(obj: Obj, txMetas: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    Packed2tplFlat
  491. def packed2tplNested(typess: List[List[scala.reflect.macros.Universe.Tree]], obj: Obj, txMetas: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    Packed2tplNested
  492. def pad(longest: Int, shorter: Int): String
    Definition Classes
    Helpers
  493. def padS(longest: Int, str: String): String
    Definition Classes
    Helpers
  494. def pair(sb: StringBuffer, field: String, value: Any): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonBase
  495. def quote(sb: StringBuffer, s: String): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonBase
  496. def quotedPair(sb: StringBuffer, field: String, value: String): StringBuffer
    Attributes
    protected
    Definition Classes
    JsonBase
  497. final def render(value: Any): String
    Definition Classes
    Helpers
  498. def resolve(obj: Obj, colIndex0: Int = -1, level: Int = 0): (scala.reflect.macros.Universe.Tree, Int)
    Definition Classes
    Row2jsonFlat
  499. def resolve(obj: Obj, colIndex0: Int, nested: Boolean, composite: Boolean): (scala.reflect.macros.Universe.Tree, Int)
    Definition Classes
    Row2obj
  500. def resolveGroups(nodes: List[Node], acc: List[List[scala.reflect.macros.Universe.Tree]]): List[List[scala.reflect.macros.Universe.Tree]]
    Definition Classes
    Packed2tplFlat
  501. final def sq[T](values: Seq[T]): String
    Definition Classes
    Helpers
  502. def str2date(s: String, zoneOffset: ZoneOffset = localZoneOffset): Date
    Definition Classes
    DateHandling
  503. def str2zdt(s: String, zoneOffset: ZoneOffset = localZoneOffset): ZonedDateTime
    Definition Classes
    DateHandling
  504. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  505. def thousands(i: Long): String
    Definition Classes
    Helpers
  506. final def time(n: Int, prev: Int = 0): Unit
    Attributes
    protected
    Definition Classes
    Helpers
  507. def toString(): String
    Definition Classes
    AnyRef → Any
  508. def topLevel(castss: List[List[(Int) ⇒ scala.reflect.macros.Universe.Tree]], offset: Int = 0): List[scala.reflect.macros.Universe.Tree]
    Definition Classes
    Row2tplFlat
  509. def topLevelLookups(castss: List[List[(Int) ⇒ scala.reflect.macros.Universe.Tree]], lookups: List[scala.reflect.macros.Universe.Tree], offset: Int = 0): List[scala.reflect.macros.Universe.Tree]
    Definition Classes
    MakeBase
  510. def tpe(s: String): scala.reflect.macros.Universe.Tree
    Definition Classes
    TreeOps
  511. def tplComposite(castss: List[List[(Int) ⇒ scala.reflect.macros.Universe.Tree]], txMetas: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    Row2tplComposite
  512. def tplFlat(castss: List[List[(Int) ⇒ scala.reflect.macros.Universe.Tree]], txMetas: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    Row2tplFlat
  513. def tplOptNested(current: Obj, refIndexes: List[List[Int]], tacitIndexes: List[List[Int]], level: Int = 0): scala.reflect.macros.Universe.Tree
    Definition Classes
    Row2tplOptNested
  514. def truncTpe(tpe: String): String
    Definition Classes
    TreeOps
  515. def truncateDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  516. final def tupleToSeq(arg: Any): Seq[Any]
    Attributes
    protected
    Definition Classes
    Helpers
  517. def tuples(unpackerss: List[List[scala.reflect.macros.Universe.Tree]]): List[scala.reflect.macros.Universe.Tree]
    Definition Classes
    Packed2tplFlat
  518. def unescStr(s: String): String
    Definition Classes
    Helpers
  519. def unpackAggrManyList(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  520. def unpackAggrManySingleAttr(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  521. def unpackAggrOneList(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  522. def unpackJsonAggrManyList(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree, tabs: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  523. def unpackJsonAggrManySingleAttr(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree, tabs: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  524. def unpackJsonAggrOneList(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree, tabs: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  525. def unpackJsonManyAttr(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree, tabs: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  526. def unpackJsonMapAttr(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree, tabs: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  527. def unpackJsonOneAttr(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  528. def unpackJsonOptManyAttr(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree, tabs: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  529. def unpackJsonOptMapAttr(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree, tabs: Int): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  530. def unpackJsonOptOneAttr(field: String, tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2json
  531. def unpackManyAttr(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  532. def unpackMapAttr(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  533. def unpackOneAttr(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  534. def unpackOptManyAttr(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  535. def unpackOptMapAttr(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  536. def unpackOptOneAttr(tpe: String, v: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    PackedValue2cast
  537. final def untupled(rawData: Iterable[Seq[Any]]): Iterable[Seq[Any]]
    Definition Classes
    Helpers
  538. def w[T](implicit attag: scala.reflect.macros.Universe.WeakTypeTag[T]): scala.reflect.macros.Universe.Type
    Definition Classes
    MacroHelpers
  539. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  540. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  541. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  542. def zone: ZoneId
    Definition Classes
    DateHandling
  543. object att
    Definition Classes
    TreeOps
  544. object nsp
    Definition Classes
    TreeOps
  545. object st
    Definition Classes
    MacroHelpers

Inherited from MakeBase

Inherited from Dsl2Model

Inherited from JsonOptNested

Inherited from JsonAggr

Inherited from JsonTypes

Inherited from CastOptNested

Inherited from CastAggr

Inherited from CastTypes

Inherited from Packed2jsonNested

Inherited from Packed2jsonFlat

Inherited from PackedValue2json

Inherited from Packed2tplComposite

Inherited from Packed2tplNested

Inherited from Packed2tplFlat

Inherited from PackedValue2cast

Inherited from Row2jsonOptNested

Inherited from RowValue2jsonOptNested

Inherited from Row2jsonNested

Inherited from Row2jsonFlat

Inherited from RowValue2json

Inherited from JsonBase

Inherited from Row2obj

Inherited from RowValue2cast

Inherited from Row2tplOptNested

Inherited from RowValue2castOptNested

Inherited from Row2tplNested

Inherited from Row2tplComposite

Inherited from Row2tplFlat

Inherited from TreeOps

Inherited from Liftables

Inherited from MacroHelpers

Inherited from Helpers

Inherited from DateHandling

Inherited from RegexMatching

Inherited from AnyRef

Inherited from Any

Ungrouped