Packages

c

molecule.core.macros

MakeMoleculeDynamic

class MakeMoleculeDynamic extends MakeBase with TreeTransformer

Macro to make output molecules.

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

Instance Constructors

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

Inherited from TreeTransformer

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