Packages

t

molecule.transform

CastHelpersOptNested

trait CastHelpersOptNested[Tpl] extends Helpers

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
CastHelpersOptNested.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CastHelpersOptNested
  2. Helpers
  3. DateHandling
  4. RegexMatching
  5. AnyRef
  6. 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 castOptNestedMany[T](it: Iterator[_]): Set[T]
    Attributes
    protected
  7. def castOptNestedManyBigDecimal(it: Iterator[_]): Set[BigDecimal]
    Attributes
    protected
  8. def castOptNestedManyBigInt(it: Iterator[_]): Set[BigInt]
    Attributes
    protected
  9. def castOptNestedManyEnum(it: Iterator[_]): Set[String]
    Attributes
    protected
  10. def castOptNestedManyFloat(it: Iterator[_]): Set[Float]
    Attributes
    protected
  11. def castOptNestedManyInt(it: Iterator[_]): Set[Int]
    Attributes
    protected
  12. def castOptNestedManyRefAttr(it: Iterator[_]): Set[Long]
    Attributes
    protected
  13. def castOptNestedMapBigDecimal(it: Iterator[_]): Map[String, BigDecimal]
    Attributes
    protected
  14. def castOptNestedMapBigInt(it: Iterator[_]): Map[String, BigInt]
    Attributes
    protected
  15. def castOptNestedMapBoolean(it: Iterator[_]): Map[String, Boolean]
    Attributes
    protected
  16. def castOptNestedMapDate(it: Iterator[_]): Map[String, Date]
    Attributes
    protected
  17. def castOptNestedMapDouble(it: Iterator[_]): Map[String, Double]
    Attributes
    protected
  18. def castOptNestedMapFloat(it: Iterator[_]): Map[String, Float]
    Attributes
    protected
  19. def castOptNestedMapInt(it: Iterator[_]): Map[String, Int]
    Attributes
    protected
  20. def castOptNestedMapLong(it: Iterator[_]): Map[String, Long]
    Attributes
    protected
  21. def castOptNestedMapString(it: Iterator[_]): Map[String, String]
    Attributes
    protected
  22. def castOptNestedMapURI(it: Iterator[_]): Map[String, URI]
    Attributes
    protected
  23. def castOptNestedMapUUID(it: Iterator[_]): Map[String, UUID]
    Attributes
    protected
  24. def castOptNestedOne[T](it: Iterator[_]): T
    Attributes
    protected
  25. def castOptNestedOneBigDecimal(it: Iterator[_]): BigDecimal
    Attributes
    protected
  26. def castOptNestedOneBigInt(it: Iterator[_]): BigInt
    Attributes
    protected
  27. def castOptNestedOneEnum(it: Iterator[_]): String
    Attributes
    protected
  28. def castOptNestedOneFloat(it: Iterator[_]): Float
    Attributes
    protected
  29. def castOptNestedOneInt(it: Iterator[_]): Int
    Attributes
    protected
  30. def castOptNestedOneInt2(it: Iterator[_]): Int
    Attributes
    protected
  31. def castOptNestedOneRefAttr(it: Iterator[_]): Long
    Attributes
    protected
  32. def castOptNestedOptMany[T](it: Iterator[_]): Option[Set[T]]
    Attributes
    protected
  33. def castOptNestedOptManyBigDecimal(it: Iterator[_]): Option[Set[BigDecimal]]
    Attributes
    protected
  34. def castOptNestedOptManyBigInt(it: Iterator[_]): Option[Set[BigInt]]
    Attributes
    protected
  35. def castOptNestedOptManyDouble(it: Iterator[_]): Option[Set[Double]]
    Attributes
    protected
  36. def castOptNestedOptManyEnum(it: Iterator[_]): Option[Set[String]]
    Attributes
    protected
  37. def castOptNestedOptManyFloat(it: Iterator[_]): Option[Set[Float]]
    Attributes
    protected
  38. def castOptNestedOptManyInt(it: Iterator[_]): Option[Set[Int]]
    Attributes
    protected
  39. def castOptNestedOptManyLong(it: Iterator[_]): Option[Set[Long]]
    Attributes
    protected
  40. def castOptNestedOptManyRefAttr(it: Iterator[_]): Option[Set[Long]]
    Attributes
    protected
  41. def castOptNestedOptMapBigDecimal(it: Iterator[_]): Option[Map[String, BigDecimal]]
    Attributes
    protected
  42. def castOptNestedOptMapBigInt(it: Iterator[_]): Option[Map[String, BigInt]]
    Attributes
    protected
  43. def castOptNestedOptMapBoolean(it: Iterator[_]): Option[Map[String, Boolean]]
    Attributes
    protected
  44. def castOptNestedOptMapDate(it: Iterator[_]): Option[Map[String, Date]]
    Attributes
    protected
  45. def castOptNestedOptMapDouble(it: Iterator[_]): Option[Map[String, Double]]
    Attributes
    protected
  46. def castOptNestedOptMapFloat(it: Iterator[_]): Option[Map[String, Float]]
    Attributes
    protected
  47. def castOptNestedOptMapInt(it: Iterator[_]): Option[Map[String, Int]]
    Attributes
    protected
  48. def castOptNestedOptMapLong(it: Iterator[_]): Option[Map[String, Long]]
    Attributes
    protected
  49. def castOptNestedOptMapString(it: Iterator[_]): Option[Map[String, String]]
    Attributes
    protected
  50. def castOptNestedOptMapURI(it: Iterator[_]): Option[Map[String, URI]]
    Attributes
    protected
  51. def castOptNestedOptMapUUID(it: Iterator[_]): Option[Map[String, UUID]]
    Attributes
    protected
  52. def castOptNestedOptOne[T](it: Iterator[_]): Option[T]
    Attributes
    protected
  53. def castOptNestedOptOneBigDecimal(it: Iterator[_]): Option[BigDecimal]
    Attributes
    protected
  54. def castOptNestedOptOneBigInt(it: Iterator[_]): Option[BigInt]
    Attributes
    protected
  55. def castOptNestedOptOneDouble(it: Iterator[_]): Option[Double]
    Attributes
    protected
  56. def castOptNestedOptOneEnum(it: Iterator[_]): Option[String]
    Attributes
    protected
  57. def castOptNestedOptOneFloat(it: Iterator[_]): Option[Float]
    Attributes
    protected
  58. def castOptNestedOptOneInt(it: Iterator[_]): Option[Int]
    Attributes
    protected
  59. def castOptNestedOptOneLong(it: Iterator[_]): Option[Long]
    Attributes
    protected
  60. def castOptNestedOptOneRefAttr(it: Iterator[_]): Option[Long]
    Attributes
    protected
  61. def clean(attr: String): String
    Definition Classes
    Helpers
  62. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  63. def date2datomicStr(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  64. def date2str(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
    Definition Classes
    DateHandling
  65. def daylight(ms: Long): Int
    Definition Classes
    DateHandling
  66. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  68. def escStr(s: String): String
    Definition Classes
    Helpers
  69. def expandDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  70. final def f(a: Any): Any
    Attributes
    protected
    Definition Classes
    Helpers
  71. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  72. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  73. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  75. lazy val localOffset: String
    Definition Classes
    DateHandling
  76. lazy val localZoneOffset: ZoneOffset
    Definition Classes
    DateHandling
  77. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  78. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  79. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  80. final def o(opt: Option[Any]): String
    Attributes
    protected
    Definition Classes
    Helpers
  81. final def os(opt: Option[Set[_]]): String
    Attributes
    protected
    Definition Classes
    Helpers
  82. final def seq[T](values: Seq[T]): String
    Attributes
    protected
    Definition Classes
    Helpers
  83. def str2date(s: String, zoneOffset: ZoneOffset = localZoneOffset): Date
    Definition Classes
    DateHandling
  84. def str2zdt(s: String, zoneOffset: ZoneOffset = localZoneOffset): ZonedDateTime
    Definition Classes
    DateHandling
  85. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  86. final def time(n: Int, prev: Int = 0): Unit
    Attributes
    protected
    Definition Classes
    Helpers
  87. def toString(): String
    Definition Classes
    AnyRef → Any
  88. def truncateDateStr(dateStr: String): String
    Definition Classes
    DateHandling
  89. final def tupleToSeq(arg: Any): Seq[Any]
    Attributes
    protected
    Definition Classes
    Helpers
  90. def unescStr(s: String): String
    Definition Classes
    Helpers
  91. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  92. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  93. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  94. lazy val zone: ZoneId
    Definition Classes
    DateHandling
  95. object mkDate
    Attributes
    protected
    Definition Classes
    Helpers

Inherited from Helpers

Inherited from DateHandling

Inherited from RegexMatching

Inherited from AnyRef

Inherited from Any

Ungrouped