Packages

trait CastTypes extends Helpers

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CastTypes
  2. Helpers
  3. DateHandling
  4. RegexMatching
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class log extends AnyRef
    Definition Classes
    Helpers
  2. 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 bigDec(arg: Any): BigDecimal
    Attributes
    protected
    Definition Classes
    Helpers
  6. def castMany[T](row: List[_], colIndex: Int): Set[T]
    Attributes
    protected
  7. def castManyBigDecimal(row: List[_], colIndex: Int): Set[BigDecimal]
    Attributes
    protected
  8. def castManyBigInt(row: List[_], colIndex: Int): Set[BigInt]
    Attributes
    protected
  9. def castManyEnum(row: List[_], colIndex: Int): Set[String]
    Attributes
    protected
  10. def castManyInt(row: List[_], colIndex: Int): Set[Int]
    Attributes
    protected
  11. def castManyURI(row: List[_], colIndex: Int): Set[URI]
    Attributes
    protected
  12. def castMapBigDecimal(row: List[_], colIndex: Int): Map[String, BigDecimal]
    Attributes
    protected
  13. def castMapBigInt(row: List[_], colIndex: Int): Map[String, BigInt]
    Attributes
    protected
  14. def castMapBoolean(row: List[_], colIndex: Int): Map[String, Boolean]
    Attributes
    protected
  15. def castMapDate(row: List[_], colIndex: Int): Map[String, Date]
    Attributes
    protected
  16. def castMapDouble(row: List[_], colIndex: Int): Map[String, Double]
    Attributes
    protected
  17. def castMapInt(row: List[_], colIndex: Int): Map[String, Int]
    Attributes
    protected
  18. def castMapLong(row: List[_], colIndex: Int): Map[String, Long]
    Attributes
    protected
  19. def castMapString(row: List[_], colIndex: Int): Map[String, String]
    Attributes
    protected
  20. def castMapURI(row: List[_], colIndex: Int): Map[String, URI]
    Attributes
    protected
  21. def castMapUUID(row: List[_], colIndex: Int): Map[String, UUID]
    Attributes
    protected
  22. def castOne[T](row: List[_], colIndex: Int): T
    Attributes
    protected
  23. def castOneAny(row: List[_], colIndex: Int): Any
    Attributes
    protected
  24. def castOneBigDecimal(row: List[_], colIndex: Int): BigDecimal
    Attributes
    protected
  25. def castOneBigInt(row: List[_], colIndex: Int): BigInt
    Attributes
    protected
  26. def castOneInt(row: List[_], colIndex: Int): Int
    Attributes
    protected
  27. def castOneURI(row: List[_], colIndex: Int): URI
    Attributes
    protected
  28. def castOptApplyMany[T](row: List[_], colIndex: Int): Option[Set[T]]
    Attributes
    protected
  29. def castOptApplyManyBigDecimal(row: List[_], colIndex: Int): Option[Set[BigDecimal]]
    Attributes
    protected
  30. def castOptApplyManyBigInt(row: List[_], colIndex: Int): Option[Set[BigInt]]
    Attributes
    protected
  31. def castOptApplyManyDouble(row: List[_], colIndex: Int): Option[Set[Double]]
    Attributes
    protected
  32. def castOptApplyManyInt(row: List[_], colIndex: Int): Option[Set[Int]]
    Attributes
    protected
  33. def castOptApplyManyLong(row: List[_], colIndex: Int): Option[Set[Long]]
    Attributes
    protected
  34. def castOptApplyManyURI(row: List[_], colIndex: Int): Option[Set[URI]]
    Attributes
    protected
  35. def castOptApplyMapBigDecimal(row: List[_], colIndex: Int): Option[Map[String, BigDecimal]]
    Attributes
    protected
  36. def castOptApplyMapBigInt(row: List[_], colIndex: Int): Option[Map[String, BigInt]]
    Attributes
    protected
  37. def castOptApplyMapBoolean(row: List[_], colIndex: Int): Option[Map[String, Boolean]]
    Attributes
    protected
  38. def castOptApplyMapDate(row: List[_], colIndex: Int): Option[Map[String, Date]]
    Attributes
    protected
  39. def castOptApplyMapDouble(row: List[_], colIndex: Int): Option[Map[String, Double]]
    Attributes
    protected
  40. def castOptApplyMapInt(row: List[_], colIndex: Int): Option[Map[String, Int]]
    Attributes
    protected
  41. def castOptApplyMapLong(row: List[_], colIndex: Int): Option[Map[String, Long]]
    Attributes
    protected
  42. def castOptApplyMapString(row: List[_], colIndex: Int): Option[Map[String, String]]
    Attributes
    protected
  43. def castOptApplyMapURI(row: List[_], colIndex: Int): Option[Map[String, URI]]
    Attributes
    protected
  44. def castOptApplyMapUUID(row: List[_], colIndex: Int): Option[Map[String, UUID]]
    Attributes
    protected
  45. def castOptApplyOne[T](row: List[_], colIndex: Int): Option[T]
    Attributes
    protected
  46. def castOptApplyOneBigDecimal(row: List[_], colIndex: Int): Option[BigDecimal]
    Attributes
    protected
  47. def castOptApplyOneBigInt(row: List[_], colIndex: Int): Option[BigInt]
    Attributes
    protected
  48. def castOptApplyOneDouble(row: List[_], colIndex: Int): Option[Double]
    Attributes
    protected
  49. def castOptApplyOneInt(row: List[_], colIndex: Int): Option[Int]
    Attributes
    protected
  50. def castOptApplyOneLong(row: List[_], colIndex: Int): Option[Long]
    Attributes
    protected
  51. def castOptApplyOneURI(row: List[_], colIndex: Int): Option[URI]
    Attributes
    protected
  52. def castOptMany[T](row: List[_], colIndex: Int): Option[Set[T]]
    Attributes
    protected
  53. def castOptManyBigDecimal(row: List[_], colIndex: Int): Option[Set[BigDecimal]]
    Attributes
    protected
  54. def castOptManyBigInt(row: List[_], colIndex: Int): Option[Set[BigInt]]
    Attributes
    protected
  55. def castOptManyDouble(row: List[_], colIndex: Int): Option[Set[Double]]
    Attributes
    protected
  56. def castOptManyEnum(row: List[_], colIndex: Int): Option[Set[String]]
    Attributes
    protected
  57. def castOptManyInt(row: List[_], colIndex: Int): Option[Set[Int]]
    Attributes
    protected
  58. def castOptManyLong(row: List[_], colIndex: Int): Option[Set[Long]]
    Attributes
    protected
  59. def castOptManyRefAttr(row: List[_], colIndex: Int): Option[Set[Long]]
    Attributes
    protected
  60. def castOptManyURI(row: List[_], colIndex: Int): Option[Set[URI]]
    Attributes
    protected
  61. def castOptMapBigDecimal(row: List[_], colIndex: Int): Option[Map[String, BigDecimal]]
    Attributes
    protected
  62. def castOptMapBigInt(row: List[_], colIndex: Int): Option[Map[String, BigInt]]
    Attributes
    protected
  63. def castOptMapBoolean(row: List[_], colIndex: Int): Option[Map[String, Boolean]]
    Attributes
    protected
  64. def castOptMapDate(row: List[_], colIndex: Int): Option[Map[String, Date]]
    Attributes
    protected
  65. def castOptMapDouble(row: List[_], colIndex: Int): Option[Map[String, Double]]
    Attributes
    protected
  66. def castOptMapInt(row: List[_], colIndex: Int): Option[Map[String, Int]]
    Attributes
    protected
  67. def castOptMapLong(row: List[_], colIndex: Int): Option[Map[String, Long]]
    Attributes
    protected
  68. def castOptMapString(row: List[_], colIndex: Int): Option[Map[String, String]]
    Attributes
    protected
  69. def castOptMapURI(row: List[_], colIndex: Int): Option[Map[String, URI]]
    Attributes
    protected
  70. def castOptMapUUID(row: List[_], colIndex: Int): Option[Map[String, UUID]]
    Attributes
    protected
  71. def castOptOne[T](row: List[_], colIndex: Int): Option[T]
    Attributes
    protected
  72. def castOptOneBigDecimal(row: List[_], colIndex: Int): Option[BigDecimal]
    Attributes
    protected
  73. def castOptOneBigInt(row: List[_], colIndex: Int): Option[BigInt]
    Attributes
    protected
  74. def castOptOneDouble(row: List[_], colIndex: Int): Option[Double]
    Attributes
    protected
  75. def castOptOneEnum(row: List[_], colIndex: Int): Option[String]
    Attributes
    protected
  76. def castOptOneInt(row: List[_], colIndex: Int): Option[Int]
    Attributes
    protected
  77. def castOptOneLong(row: List[_], colIndex: Int): Option[Long]
    Attributes
    protected
  78. def castOptOneRefAttr(row: List[_], colIndex: Int): Option[Long]
    Attributes
    protected
  79. def castOptOneURI(row: List[_], colIndex: Int): Option[URI]
    Attributes
    protected
  80. def clean(attr: String): String
    Definition Classes
    Helpers
  81. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  82. def date2datomicStr(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  83. def date2datomicStr2(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  84. def date2str(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  85. def daylight(ms: Long): Int
    Definition Classes
    DateHandling
  86. def double(arg: Any): String
    Attributes
    protected
    Definition Classes
    Helpers
  87. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  88. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  89. def escStr(s: String): String
    Definition Classes
    Helpers
  90. def expandDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  91. final def f(a: Any): Any
    Attributes
    protected
    Definition Classes
    Helpers
  92. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  93. def firstNs(model: Model): String
    Definition Classes
    Helpers
  94. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  95. def getKwName(kw: String): String
    Definition Classes
    Helpers
  96. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  97. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  98. def jsNumber(tpe: String, v: Any): Any
    Definition Classes
    Helpers
  99. def localOffset: String
    Definition Classes
    DateHandling
  100. def localZoneOffset: ZoneOffset
    Definition Classes
    DateHandling
  101. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  102. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  103. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  104. final def o(opt: Option[Any]): String
    Definition Classes
    Helpers
  105. final def os(opt: Option[Set[_]]): String
    Definition Classes
    Helpers
  106. def pad(longest: Int, shorter: Int): String
    Definition Classes
    Helpers
  107. def padS(longest: Int, str: String): String
    Definition Classes
    Helpers
  108. final def render(value: Any): String
    Definition Classes
    Helpers
  109. final def sq[T](values: Seq[T]): String
    Definition Classes
    Helpers
  110. def str2date(s: String, zoneOffset: ZoneOffset = localZoneOffset): Date
    Definition Classes
    DateHandling
  111. def str2zdt(s: String, zoneOffset: ZoneOffset = localZoneOffset): ZonedDateTime
    Definition Classes
    DateHandling
  112. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  113. def thousands(i: Long): String
    Definition Classes
    Helpers
  114. final def time(n: Int, prev: Int = 0): Unit
    Attributes
    protected
    Definition Classes
    Helpers
  115. def toString(): String
    Definition Classes
    AnyRef → Any
  116. def truncateDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  117. final def tupleToSeq(arg: Any): Seq[Any]
    Attributes
    protected
    Definition Classes
    Helpers
  118. def unescStr(s: String): String
    Definition Classes
    Helpers
  119. final def untupled(rawData: Iterable[Seq[Any]]): Iterable[Seq[Any]]
    Definition Classes
    Helpers
  120. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  122. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  123. def zone: ZoneId
    Definition Classes
    DateHandling

Inherited from Helpers

Inherited from DateHandling

Inherited from RegexMatching

Inherited from AnyRef

Inherited from Any

Ungrouped