Packages

trait CastHelpers[Tpl] extends CastHelpersAggr[Tpl]

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
Linear Supertypes
Type Hierarchy
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. Protected

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

Inherited from CastHelpersAggr[Tpl]

Inherited from CastHelpersOptNested[Tpl]

Inherited from Helpers

Inherited from DateHandling

Inherited from RegexMatching

Inherited from AnyRef

Inherited from Any

Ungrouped