trait CastTypes extends Helpers
Cast methods for converting raw data to Obj or Tpl
- Source
- CastTypes.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- CastTypes
- Helpers
- DateHandling
- RegexMatching
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bigDec(arg: Any): BigDecimal
- Attributes
- protected
- Definition Classes
- Helpers
-
def
castMany[T](row: List[_], colIndex: Int): Set[T]
- Attributes
- protected
-
def
castManyBigDecimal(row: List[_], colIndex: Int): Set[BigDecimal]
- Attributes
- protected
-
def
castManyBigInt(row: List[_], colIndex: Int): Set[BigInt]
- Attributes
- protected
-
def
castManyEnum(row: List[_], colIndex: Int): Set[String]
- Attributes
- protected
-
def
castManyInt(row: List[_], colIndex: Int): Set[Int]
- Attributes
- protected
-
def
castManyURI(row: List[_], colIndex: Int): Set[URI]
- Attributes
- protected
-
def
castMapBigDecimal(row: List[_], colIndex: Int): Map[String, BigDecimal]
- Attributes
- protected
-
def
castMapBigInt(row: List[_], colIndex: Int): Map[String, BigInt]
- Attributes
- protected
-
def
castMapBoolean(row: List[_], colIndex: Int): Map[String, Boolean]
- Attributes
- protected
-
def
castMapDate(row: List[_], colIndex: Int): Map[String, Date]
- Attributes
- protected
-
def
castMapDouble(row: List[_], colIndex: Int): Map[String, Double]
- Attributes
- protected
-
def
castMapInt(row: List[_], colIndex: Int): Map[String, Int]
- Attributes
- protected
-
def
castMapLong(row: List[_], colIndex: Int): Map[String, Long]
- Attributes
- protected
-
def
castMapString(row: List[_], colIndex: Int): Map[String, String]
- Attributes
- protected
-
def
castMapURI(row: List[_], colIndex: Int): Map[String, URI]
- Attributes
- protected
-
def
castMapUUID(row: List[_], colIndex: Int): Map[String, UUID]
- Attributes
- protected
-
def
castOne[T](row: List[_], colIndex: Int): T
- Attributes
- protected
-
def
castOneAny(row: List[_], colIndex: Int): Any
- Attributes
- protected
-
def
castOneBigDecimal(row: List[_], colIndex: Int): BigDecimal
- Attributes
- protected
-
def
castOneBigInt(row: List[_], colIndex: Int): BigInt
- Attributes
- protected
-
def
castOneInt(row: List[_], colIndex: Int): Int
- Attributes
- protected
-
def
castOneURI(row: List[_], colIndex: Int): URI
- Attributes
- protected
-
def
castOptApplyMany[T](row: List[_], colIndex: Int): Option[Set[T]]
- Attributes
- protected
-
def
castOptApplyManyBigDecimal(row: List[_], colIndex: Int): Option[Set[BigDecimal]]
- Attributes
- protected
-
def
castOptApplyManyBigInt(row: List[_], colIndex: Int): Option[Set[BigInt]]
- Attributes
- protected
-
def
castOptApplyManyDouble(row: List[_], colIndex: Int): Option[Set[Double]]
- Attributes
- protected
-
def
castOptApplyManyInt(row: List[_], colIndex: Int): Option[Set[Int]]
- Attributes
- protected
-
def
castOptApplyManyLong(row: List[_], colIndex: Int): Option[Set[Long]]
- Attributes
- protected
-
def
castOptApplyManyURI(row: List[_], colIndex: Int): Option[Set[URI]]
- Attributes
- protected
-
def
castOptApplyMapBigDecimal(row: List[_], colIndex: Int): Option[Map[String, BigDecimal]]
- Attributes
- protected
-
def
castOptApplyMapBigInt(row: List[_], colIndex: Int): Option[Map[String, BigInt]]
- Attributes
- protected
-
def
castOptApplyMapBoolean(row: List[_], colIndex: Int): Option[Map[String, Boolean]]
- Attributes
- protected
-
def
castOptApplyMapDate(row: List[_], colIndex: Int): Option[Map[String, Date]]
- Attributes
- protected
-
def
castOptApplyMapDouble(row: List[_], colIndex: Int): Option[Map[String, Double]]
- Attributes
- protected
-
def
castOptApplyMapInt(row: List[_], colIndex: Int): Option[Map[String, Int]]
- Attributes
- protected
-
def
castOptApplyMapLong(row: List[_], colIndex: Int): Option[Map[String, Long]]
- Attributes
- protected
-
def
castOptApplyMapString(row: List[_], colIndex: Int): Option[Map[String, String]]
- Attributes
- protected
-
def
castOptApplyMapURI(row: List[_], colIndex: Int): Option[Map[String, URI]]
- Attributes
- protected
-
def
castOptApplyMapUUID(row: List[_], colIndex: Int): Option[Map[String, UUID]]
- Attributes
- protected
-
def
castOptApplyOne[T](row: List[_], colIndex: Int): Option[T]
- Attributes
- protected
-
def
castOptApplyOneBigDecimal(row: List[_], colIndex: Int): Option[BigDecimal]
- Attributes
- protected
-
def
castOptApplyOneBigInt(row: List[_], colIndex: Int): Option[BigInt]
- Attributes
- protected
-
def
castOptApplyOneDouble(row: List[_], colIndex: Int): Option[Double]
- Attributes
- protected
-
def
castOptApplyOneInt(row: List[_], colIndex: Int): Option[Int]
- Attributes
- protected
-
def
castOptApplyOneLong(row: List[_], colIndex: Int): Option[Long]
- Attributes
- protected
-
def
castOptApplyOneURI(row: List[_], colIndex: Int): Option[URI]
- Attributes
- protected
-
def
castOptMany[T](row: List[_], colIndex: Int): Option[Set[T]]
- Attributes
- protected
-
def
castOptManyBigDecimal(row: List[_], colIndex: Int): Option[Set[BigDecimal]]
- Attributes
- protected
-
def
castOptManyBigInt(row: List[_], colIndex: Int): Option[Set[BigInt]]
- Attributes
- protected
-
def
castOptManyDouble(row: List[_], colIndex: Int): Option[Set[Double]]
- Attributes
- protected
-
def
castOptManyEnum(row: List[_], colIndex: Int): Option[Set[String]]
- Attributes
- protected
-
def
castOptManyInt(row: List[_], colIndex: Int): Option[Set[Int]]
- Attributes
- protected
-
def
castOptManyLong(row: List[_], colIndex: Int): Option[Set[Long]]
- Attributes
- protected
-
def
castOptManyRefAttr(row: List[_], colIndex: Int): Option[Set[Long]]
- Attributes
- protected
-
def
castOptManyURI(row: List[_], colIndex: Int): Option[Set[URI]]
- Attributes
- protected
-
def
castOptMapBigDecimal(row: List[_], colIndex: Int): Option[Map[String, BigDecimal]]
- Attributes
- protected
-
def
castOptMapBigInt(row: List[_], colIndex: Int): Option[Map[String, BigInt]]
- Attributes
- protected
-
def
castOptMapBoolean(row: List[_], colIndex: Int): Option[Map[String, Boolean]]
- Attributes
- protected
-
def
castOptMapDate(row: List[_], colIndex: Int): Option[Map[String, Date]]
- Attributes
- protected
-
def
castOptMapDouble(row: List[_], colIndex: Int): Option[Map[String, Double]]
- Attributes
- protected
-
def
castOptMapInt(row: List[_], colIndex: Int): Option[Map[String, Int]]
- Attributes
- protected
-
def
castOptMapLong(row: List[_], colIndex: Int): Option[Map[String, Long]]
- Attributes
- protected
-
def
castOptMapString(row: List[_], colIndex: Int): Option[Map[String, String]]
- Attributes
- protected
-
def
castOptMapURI(row: List[_], colIndex: Int): Option[Map[String, URI]]
- Attributes
- protected
-
def
castOptMapUUID(row: List[_], colIndex: Int): Option[Map[String, UUID]]
- Attributes
- protected
-
def
castOptOne[T](row: List[_], colIndex: Int): Option[T]
- Attributes
- protected
-
def
castOptOneBigDecimal(row: List[_], colIndex: Int): Option[BigDecimal]
- Attributes
- protected
-
def
castOptOneBigInt(row: List[_], colIndex: Int): Option[BigInt]
- Attributes
- protected
-
def
castOptOneDouble(row: List[_], colIndex: Int): Option[Double]
- Attributes
- protected
-
def
castOptOneEnum(row: List[_], colIndex: Int): Option[String]
- Attributes
- protected
-
def
castOptOneInt(row: List[_], colIndex: Int): Option[Int]
- Attributes
- protected
-
def
castOptOneLong(row: List[_], colIndex: Int): Option[Long]
- Attributes
- protected
-
def
castOptOneRefAttr(row: List[_], colIndex: Int): Option[Long]
- Attributes
- protected
-
def
castOptOneURI(row: List[_], colIndex: Int): Option[URI]
- Attributes
- protected
-
def
clean(attr: String): String
- Definition Classes
- Helpers
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
date2datomicStr(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
- Definition Classes
- DateHandling
-
def
date2datomicStr2(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
- Definition Classes
- DateHandling
-
def
date2str(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
- Definition Classes
- DateHandling
-
def
daylight(ms: Long): Int
- Definition Classes
- DateHandling
-
def
double(arg: Any): String
- Attributes
- protected
- Definition Classes
- Helpers
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
escStr(s: String): String
- Definition Classes
- Helpers
-
def
expandDateStr(dateStr: String): String
- Definition Classes
- DateHandling
-
final
def
f(a: Any): Any
- Attributes
- protected
- Definition Classes
- Helpers
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
firstNs(model: Model): String
- Definition Classes
- Helpers
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getKwName(kw: String): String
- Definition Classes
- Helpers
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jsNumber(tpe: String, v: Any): Any
- Definition Classes
- Helpers
-
def
localOffset: String
- Definition Classes
- DateHandling
-
def
localZoneOffset: ZoneOffset
- Definition Classes
- DateHandling
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
o(opt: Option[Any]): String
- Definition Classes
- Helpers
-
final
def
os(opt: Option[Set[_]]): String
- Definition Classes
- Helpers
-
def
pad(longest: Int, shorter: Int): String
- Definition Classes
- Helpers
-
def
padS(longest: Int, str: String): String
- Definition Classes
- Helpers
-
final
def
render(value: Any): String
- Definition Classes
- Helpers
-
final
def
sq[T](values: Seq[T]): String
- Definition Classes
- Helpers
-
def
str2date(s: String, zoneOffset: ZoneOffset = localZoneOffset): Date
- Definition Classes
- DateHandling
-
def
str2zdt(s: String, zoneOffset: ZoneOffset = localZoneOffset): ZonedDateTime
- Definition Classes
- DateHandling
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
thousands(i: Long): String
- Definition Classes
- Helpers
-
final
def
time(n: Int, prev: Int = 0): Unit
- Attributes
- protected
- Definition Classes
- Helpers
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
truncateDateStr(dateStr: String): String
- Definition Classes
- DateHandling
-
final
def
tupleToSeq(arg: Any): Seq[Any]
- Attributes
- protected
- Definition Classes
- Helpers
-
def
unescStr(s: String): String
- Definition Classes
- Helpers
-
final
def
untupled(rawData: Iterable[Seq[Any]]): Iterable[Seq[Any]]
- Definition Classes
- Helpers
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
zone: ZoneId
- Definition Classes
- DateHandling

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum