Packages

trait CastHelpers[Tpl] extends CastHelpersAggr

Core molecule interface defining actions that can be called on molecules.

Generally we could often have made higher-order methods taking a casting function for variating cases. But we prioritize minimizing the macro-generated code as much as possible to lower compile time overhead.

Source
CastHelpers.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CastHelpers
  2. CastHelpersAggr
  3. CastHelpersOptNested
  4. Helpers
  5. DateHandling
  6. RegexMatching
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cast(value: Any): String
    Attributes
    protected
    Definition Classes
    Helpers
  6. def castAggrManyList[T](row: List[_], i: Int): List[Set[T]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  7. def castAggrManyListBigDecimal(row: List[_], i: Int): List[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  8. def castAggrManyListBigInt(row: List[_], i: Int): List[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  9. def castAggrManyListDistinct[T](row: List[_], i: Int): List[Set[T]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  10. def castAggrManyListDistinctBigDecimal(row: List[_], i: Int): List[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  11. def castAggrManyListDistinctBigInt(row: List[_], i: Int): List[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  12. def castAggrManyListDistinctFloat(row: List[_], i: Int): List[Set[Float]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  13. def castAggrManyListDistinctInt(row: List[_], i: Int): List[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  14. def castAggrManyListDistinctURI(row: List[_], i: Int): List[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  15. def castAggrManyListFloat(row: List[_], i: Int): List[Set[Float]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  16. def castAggrManyListInt(row: List[_], i: Int): List[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  17. def castAggrManyListRand[T](row: List[_], i: Int): List[Set[T]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  18. def castAggrManyListRandBigDecimal(row: List[_], i: Int): List[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  19. def castAggrManyListRandBigInt(row: List[_], i: Int): List[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  20. def castAggrManyListRandFloat(row: List[_], i: Int): List[Set[Float]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  21. def castAggrManyListRandInt(row: List[_], i: Int): List[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  22. def castAggrManyListRandURI(row: List[_], i: Int): List[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  23. def castAggrManyListURI(row: List[_], i: Int): List[Set[URI]]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  24. def castAggrManySingle[T](row: List[_], i: Int): Set[T]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  25. def castAggrManySingleBigDecimal(row: List[_], i: Int): Set[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  26. def castAggrManySingleBigInt(row: List[_], i: Int): Set[BigInt]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  27. def castAggrManySingleFloat(row: List[_], i: Int): Set[Float]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  28. def castAggrManySingleInt(row: List[_], i: Int): Set[Int]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  29. def castAggrManySingleURI(row: List[_], i: Int): Set[URI]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  30. def castAggrOneList[T](row: List[_], i: Int): List[T]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  31. def castAggrOneListBigDecimal(row: List[_], i: Int): List[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  32. def castAggrOneListBigInt(row: List[_], i: Int): List[BigInt]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  33. def castAggrOneListDistinct[T](row: List[_], i: Int): List[T]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  34. def castAggrOneListDistinctBigDecimal(row: List[_], i: Int): List[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  35. def castAggrOneListDistinctBigInt(row: List[_], i: Int): List[BigInt]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  36. def castAggrOneListDistinctFloat(row: List[_], i: Int): List[Float]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  37. def castAggrOneListDistinctInt(row: List[_], i: Int): List[Int]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  38. def castAggrOneListDistinctURI(row: List[_], i: Int): List[URI]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  39. def castAggrOneListFloat(row: List[_], i: Int): List[Float]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  40. def castAggrOneListInt(row: List[_], i: Int): List[Int]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  41. def castAggrOneListRand[T](row: List[_], i: Int): List[T]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  42. def castAggrOneListRandBigDecimal(row: List[_], i: Int): List[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  43. def castAggrOneListRandBigInt(row: List[_], i: Int): List[BigInt]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  44. def castAggrOneListRandFloat(row: List[_], i: Int): List[Float]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  45. def castAggrOneListRandInt(row: List[_], i: Int): List[Int]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  46. def castAggrOneListRandURI(row: List[_], i: Int): List[URI]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  47. def castAggrOneListURI(row: List[_], i: Int): List[URI]
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  48. def castAggrSingleSample[T](row: List[_], i: Int): T
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  49. def castAggrSingleSampleBigDecimal(row: List[_], i: Int): BigDecimal
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  50. def castAggrSingleSampleBigInt(row: List[_], i: Int): BigInt
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  51. def castAggrSingleSampleFloat(row: List[_], i: Int): Float
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  52. def castAggrSingleSampleInt(row: List[_], i: Int): Int
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  53. def castAggrSingleSampleURI(row: List[_], i: Int): URI
    Attributes
    protected
    Definition Classes
    CastHelpersAggr
  54. def castMany[T](row: List[_], i: Int): Set[T]
    Attributes
    protected
  55. def castManyBigDecimal(row: List[_], i: Int): Set[BigDecimal]
    Attributes
    protected
  56. def castManyBigInt(row: List[_], i: Int): Set[BigInt]
    Attributes
    protected
  57. def castManyEnum(row: List[_], i: Int): Set[String]
    Attributes
    protected
  58. def castManyFloat(row: List[_], i: Int): Set[Float]
    Attributes
    protected
  59. def castManyInt(row: List[_], i: Int): Set[Int]
    Attributes
    protected
  60. def castManyURI(row: List[_], i: Int): Set[URI]
    Attributes
    protected
  61. def castMapBigDecimal(row: List[_], i: Int): Map[String, BigDecimal]
    Attributes
    protected
  62. def castMapBigInt(row: List[_], i: Int): Map[String, BigInt]
    Attributes
    protected
  63. def castMapBoolean(row: List[_], i: Int): Map[String, Boolean]
    Attributes
    protected
  64. def castMapDate(row: List[_], i: Int): Map[String, Date]
    Attributes
    protected
  65. def castMapDouble(row: List[_], i: Int): Map[String, Double]
    Attributes
    protected
  66. def castMapFloat(row: List[_], i: Int): Map[String, Float]
    Attributes
    protected
  67. def castMapInt(row: List[_], i: Int): Map[String, Int]
    Attributes
    protected
  68. def castMapLong(row: List[_], i: Int): Map[String, Long]
    Attributes
    protected
  69. def castMapString(row: List[_], i: Int): Map[String, String]
    Attributes
    protected
  70. def castMapURI(row: List[_], i: Int): Map[String, URI]
    Attributes
    protected
  71. def castMapUUID(row: List[_], i: Int): Map[String, UUID]
    Attributes
    protected
  72. def castOne[T](row: List[_], i: Int): T
    Attributes
    protected
  73. def castOneBigDecimal(row: List[_], i: Int): BigDecimal
    Attributes
    protected
  74. def castOneBigInt(row: List[_], i: Int): BigInt
    Attributes
    protected
  75. def castOneFloat(row: List[_], i: Int): Float
    Attributes
    protected
  76. def castOneInt(row: List[_], i: Int): Int
    Attributes
    protected
  77. def castOneInt2(row: List[_], i: Int): Int
    Attributes
    protected
  78. def castOneURI(row: List[_], i: Int): URI
    Attributes
    protected
  79. def castOptMany[T](row: List[_], i: Int): Option[Set[T]]
    Attributes
    protected
  80. def castOptManyApply[T](row: List[_], i: Int): Option[Set[T]]
    Attributes
    protected
  81. def castOptManyApplyBigDecimal(row: List[_], i: Int): Option[Set[BigDecimal]]
    Attributes
    protected
  82. def castOptManyApplyBigInt(row: List[_], i: Int): Option[Set[BigInt]]
    Attributes
    protected
  83. def castOptManyApplyDouble(row: List[_], i: Int): Option[Set[Double]]
    Attributes
    protected
  84. def castOptManyApplyFloat(row: List[_], i: Int): Option[Set[Float]]
    Attributes
    protected
  85. def castOptManyApplyInt(row: List[_], i: Int): Option[Set[Int]]
    Attributes
    protected
  86. def castOptManyApplyLong(row: List[_], i: Int): Option[Set[Long]]
    Attributes
    protected
  87. def castOptManyApplyURI(row: List[_], i: Int): Option[Set[URI]]
    Attributes
    protected
  88. def castOptManyBigDecimal(row: List[_], i: Int): Option[Set[BigDecimal]]
    Attributes
    protected
  89. def castOptManyBigInt(row: List[_], i: Int): Option[Set[BigInt]]
    Attributes
    protected
  90. def castOptManyDouble(row: List[_], i: Int): Option[Set[Double]]
    Attributes
    protected
  91. def castOptManyEnum(row: List[_], i: Int): Option[Set[String]]
    Attributes
    protected
  92. def castOptManyFloat(row: List[_], i: Int): Option[Set[Float]]
    Attributes
    protected
  93. def castOptManyInt(row: List[_], i: Int): Option[Set[Int]]
    Attributes
    protected
  94. def castOptManyLong(row: List[_], i: Int): Option[Set[Long]]
    Attributes
    protected
  95. def castOptManyRefAttr(row: List[_], i: Int): Option[Set[Long]]
    Attributes
    protected
  96. def castOptManyURI(row: List[_], i: Int): Option[Set[URI]]
    Attributes
    protected
  97. def castOptMapApplyBigDecimal(row: List[_], i: Int): Option[Map[String, BigDecimal]]
    Attributes
    protected
  98. def castOptMapApplyBigInt(row: List[_], i: Int): Option[Map[String, BigInt]]
    Attributes
    protected
  99. def castOptMapApplyBoolean(row: List[_], i: Int): Option[Map[String, Boolean]]
    Attributes
    protected
  100. def castOptMapApplyDate(row: List[_], i: Int): Option[Map[String, Date]]
    Attributes
    protected
  101. def castOptMapApplyDouble(row: List[_], i: Int): Option[Map[String, Double]]
    Attributes
    protected
  102. def castOptMapApplyFloat(row: List[_], i: Int): Option[Map[String, Float]]
    Attributes
    protected
  103. def castOptMapApplyInt(row: List[_], i: Int): Option[Map[String, Int]]
    Attributes
    protected
  104. def castOptMapApplyLong(row: List[_], i: Int): Option[Map[String, Long]]
    Attributes
    protected
  105. def castOptMapApplyString(row: List[_], i: Int): Option[Map[String, String]]
    Attributes
    protected
  106. def castOptMapApplyURI(row: List[_], i: Int): Option[Map[String, URI]]
    Attributes
    protected
  107. def castOptMapApplyUUID(row: List[_], i: Int): Option[Map[String, UUID]]
    Attributes
    protected
  108. def castOptMapBigDecimal(row: List[_], i: Int): Option[Map[String, BigDecimal]]
    Attributes
    protected
  109. def castOptMapBigInt(row: List[_], i: Int): Option[Map[String, BigInt]]
    Attributes
    protected
  110. def castOptMapBoolean(row: List[_], i: Int): Option[Map[String, Boolean]]
    Attributes
    protected
  111. def castOptMapDate(row: List[_], i: Int): Option[Map[String, Date]]
    Attributes
    protected
  112. def castOptMapDouble(row: List[_], i: Int): Option[Map[String, Double]]
    Attributes
    protected
  113. def castOptMapFloat(row: List[_], i: Int): Option[Map[String, Float]]
    Attributes
    protected
  114. def castOptMapInt(row: List[_], i: Int): Option[Map[String, Int]]
    Attributes
    protected
  115. def castOptMapLong(row: List[_], i: Int): Option[Map[String, Long]]
    Attributes
    protected
  116. def castOptMapString(row: List[_], i: Int): Option[Map[String, String]]
    Attributes
    protected
  117. def castOptMapURI(row: List[_], i: Int): Option[Map[String, URI]]
    Attributes
    protected
  118. def castOptMapUUID(row: List[_], i: Int): Option[Map[String, UUID]]
    Attributes
    protected
  119. def castOptNestedMany[T](it: Iterator[_]): Set[T]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  120. def castOptNestedManyBigDecimal(it: Iterator[_]): Set[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  121. def castOptNestedManyBigInt(it: Iterator[_]): Set[BigInt]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  122. def castOptNestedManyEnum(it: Iterator[_]): Set[String]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  123. def castOptNestedManyFloat(it: Iterator[_]): Set[Float]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  124. def castOptNestedManyInt(it: Iterator[_]): Set[Int]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  125. def castOptNestedManyRefAttr(it: Iterator[_]): Set[Long]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  126. def castOptNestedMapBigDecimal(it: Iterator[_]): Map[String, BigDecimal]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  127. def castOptNestedMapBigInt(it: Iterator[_]): Map[String, BigInt]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  128. def castOptNestedMapBoolean(it: Iterator[_]): Map[String, Boolean]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  129. def castOptNestedMapDate(it: Iterator[_]): Map[String, Date]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  130. def castOptNestedMapDouble(it: Iterator[_]): Map[String, Double]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  131. def castOptNestedMapFloat(it: Iterator[_]): Map[String, Float]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  132. def castOptNestedMapInt(it: Iterator[_]): Map[String, Int]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  133. def castOptNestedMapLong(it: Iterator[_]): Map[String, Long]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  134. def castOptNestedMapString(it: Iterator[_]): Map[String, String]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  135. def castOptNestedMapURI(it: Iterator[_]): Map[String, URI]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  136. def castOptNestedMapUUID(it: Iterator[_]): Map[String, UUID]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  137. def castOptNestedOne[T](it: Iterator[_]): T
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  138. def castOptNestedOneBigDecimal(it: Iterator[_]): BigDecimal
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  139. def castOptNestedOneBigInt(it: Iterator[_]): BigInt
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  140. def castOptNestedOneEnum(it: Iterator[_]): String
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  141. def castOptNestedOneFloat(it: Iterator[_]): Float
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  142. def castOptNestedOneInt(it: Iterator[_]): Int
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  143. def castOptNestedOneInt2(it: Iterator[_]): Int
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  144. def castOptNestedOneRefAttr(it: Iterator[_]): Long
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  145. def castOptNestedOptMany[T](it: Iterator[_]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  146. def castOptNestedOptManyBigDecimal(it: Iterator[_]): Option[Set[BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  147. def castOptNestedOptManyBigInt(it: Iterator[_]): Option[Set[BigInt]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  148. def castOptNestedOptManyDouble(it: Iterator[_]): Option[Set[Double]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  149. def castOptNestedOptManyEnum(it: Iterator[_]): Option[Set[String]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  150. def castOptNestedOptManyFloat(it: Iterator[_]): Option[Set[Float]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  151. def castOptNestedOptManyInt(it: Iterator[_]): Option[Set[Int]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  152. def castOptNestedOptManyLong(it: Iterator[_]): Option[Set[Long]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  153. def castOptNestedOptManyRefAttr(it: Iterator[_]): Option[Set[Long]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  154. def castOptNestedOptMapBigDecimal(it: Iterator[_]): Option[Map[String, BigDecimal]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  155. def castOptNestedOptMapBigInt(it: Iterator[_]): Option[Map[String, BigInt]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  156. def castOptNestedOptMapBoolean(it: Iterator[_]): Option[Map[String, Boolean]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  157. def castOptNestedOptMapDate(it: Iterator[_]): Option[Map[String, Date]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  158. def castOptNestedOptMapDouble(it: Iterator[_]): Option[Map[String, Double]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  159. def castOptNestedOptMapFloat(it: Iterator[_]): Option[Map[String, Float]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  160. def castOptNestedOptMapInt(it: Iterator[_]): Option[Map[String, Int]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  161. def castOptNestedOptMapLong(it: Iterator[_]): Option[Map[String, Long]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  162. def castOptNestedOptMapString(it: Iterator[_]): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  163. def castOptNestedOptMapURI(it: Iterator[_]): Option[Map[String, URI]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  164. def castOptNestedOptMapUUID(it: Iterator[_]): Option[Map[String, UUID]]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  165. def castOptNestedOptOne[T](it: Iterator[_]): Option[T]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  166. def castOptNestedOptOneBigDecimal(it: Iterator[_]): Option[BigDecimal]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  167. def castOptNestedOptOneBigInt(it: Iterator[_]): Option[BigInt]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  168. def castOptNestedOptOneDouble(it: Iterator[_]): Option[Double]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  169. def castOptNestedOptOneEnum(it: Iterator[_]): Option[String]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  170. def castOptNestedOptOneFloat(it: Iterator[_]): Option[Float]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  171. def castOptNestedOptOneInt(it: Iterator[_]): Option[Int]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  172. def castOptNestedOptOneLong(it: Iterator[_]): Option[Long]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  173. def castOptNestedOptOneRefAttr(it: Iterator[_]): Option[Long]
    Attributes
    protected
    Definition Classes
    CastHelpersOptNested
  174. def castOptOne[T](row: List[_], i: Int): Option[T]
    Attributes
    protected
  175. def castOptOneApply[T](row: List[_], i: Int): Option[T]
    Attributes
    protected
  176. def castOptOneApplyBigDecimal(row: List[_], i: Int): Option[BigDecimal]
    Attributes
    protected
  177. def castOptOneApplyBigInt(row: List[_], i: Int): Option[BigInt]
    Attributes
    protected
  178. def castOptOneApplyDouble(row: List[_], i: Int): Option[Double]
    Attributes
    protected
  179. def castOptOneApplyFloat(row: List[_], i: Int): Option[Float]
    Attributes
    protected
  180. def castOptOneApplyInt(row: List[_], i: Int): Option[Int]
    Attributes
    protected
  181. def castOptOneApplyLong(row: List[_], i: Int): Option[Long]
    Attributes
    protected
  182. def castOptOneApplyURI(row: List[_], i: Int): Option[URI]
    Attributes
    protected
  183. def castOptOneBigDecimal(row: List[_], i: Int): Option[BigDecimal]
    Attributes
    protected
  184. def castOptOneBigInt(row: List[_], i: Int): Option[BigInt]
    Attributes
    protected
  185. def castOptOneDouble(row: List[_], i: Int): Option[Double]
    Attributes
    protected
  186. def castOptOneEnum(row: List[_], i: Int): Option[String]
    Attributes
    protected
  187. def castOptOneFloat(row: List[_], i: Int): Option[Float]
    Attributes
    protected
  188. def castOptOneInt(row: List[_], i: Int): Option[Int]
    Attributes
    protected
  189. def castOptOneLong(row: List[_], i: Int): Option[Long]
    Attributes
    protected
  190. def castOptOneRefAttr(row: List[_], i: Int): Option[Long]
    Attributes
    protected
  191. def castOptOneURI(row: List[_], i: Int): Option[URI]
    Attributes
    protected
  192. def castRow(row: List[AnyRef]): Tpl
    Attributes
    protected
  193. def clean(attr: String): String
    Definition Classes
    Helpers
  194. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  195. def date2datomicStr(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  196. def date2str(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  197. def daylight(ms: Long): Int
    Definition Classes
    DateHandling
  198. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  199. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  200. def escStr(s: String): String
    Definition Classes
    Helpers
  201. def expandDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  202. final def f(a: Any): Any
    Attributes
    protected
    Definition Classes
    Helpers
  203. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  204. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  205. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  206. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  207. lazy val localOffset: String
    Definition Classes
    DateHandling
  208. lazy val localZoneOffset: ZoneOffset
    Definition Classes
    DateHandling
  209. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  210. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  211. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  212. final def o(opt: Option[Any]): String
    Attributes
    protected
    Definition Classes
    Helpers
  213. final def os(opt: Option[Set[_]]): String
    Attributes
    protected
    Definition Classes
    Helpers
  214. final def seq[T](values: Seq[T]): String
    Attributes
    protected
    Definition Classes
    Helpers
  215. def str2date(s: String, zoneOffset: ZoneOffset = localZoneOffset): Date
    Definition Classes
    DateHandling
  216. def str2zdt(s: String, zoneOffset: ZoneOffset = localZoneOffset): ZonedDateTime
    Definition Classes
    DateHandling
  217. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  218. final def time(n: Int, prev: Int = 0): Unit
    Attributes
    protected
    Definition Classes
    Helpers
  219. def toString(): String
    Definition Classes
    AnyRef → Any
  220. def truncateDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  221. final def tupleToSeq(arg: Any): Seq[Any]
    Attributes
    protected
    Definition Classes
    Helpers
  222. def unescStr(s: String): String
    Definition Classes
    Helpers
  223. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  224. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  225. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  226. lazy val zone: ZoneId
    Definition Classes
    DateHandling
  227. object mkDate
    Attributes
    protected
    Definition Classes
    Helpers

Inherited from CastHelpersAggr

Inherited from CastHelpersOptNested

Inherited from Helpers

Inherited from DateHandling

Inherited from RegexMatching

Inherited from AnyRef

Inherited from Any

Ungrouped