org.squeryl.dsl

TypeArithmetic

trait TypeArithmetic extends FieldTypes

Linear Supertypes
FieldTypes, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypeArithmetic
  2. FieldTypes
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. type BigDecimalType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  2. type BinaryType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  3. type BooleanType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  4. type ByteType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  5. type DateType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  6. type DoubleType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  7. type EnumerationValueType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  8. type FloatType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  9. type IntType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  10. type LongType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  11. type StringType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  12. type TimestampType

    Attributes
    abstract
    Definition Classes
    FieldTypes
  13. type UuidType

    Attributes
    abstract
    Definition Classes
    FieldTypes

Abstract Value Members

  1. def mapBigDecimal2BigDecimalType (d: BigDecimal): BigDecimalType

    Attributes
    protected abstract
  2. def mapBinary2BinaryType (b: Array[Byte]): BinaryType

    Attributes
    protected abstract
  3. def mapBoolean2BooleanType (b: Boolean): BooleanType

    Attributes
    protected abstract
  4. def mapByte2ByteType (b: Byte): ByteType

    Attributes
    protected abstract
  5. def mapDate2DateType (b: Date): DateType

    Attributes
    protected abstract
  6. def mapDouble2DoubleType (d: Double): DoubleType

    Attributes
    protected abstract
  7. def mapFloat2FloatType (d: Float): FloatType

    Attributes
    protected abstract
  8. def mapInt2IntType (i: Int): IntType

    Attributes
    protected abstract
  9. def mapLong2LongType (l: Long): LongType

    Attributes
    protected abstract
  10. def mapObject2UuidType (u: AnyRef): UuidType

    Attributes
    protected abstract
  11. def mapString2StringType (s: String): StringType

    Attributes
    protected abstract
  12. def mapTimestamp2TimestampType (b: Timestamp): TimestampType

    Attributes
    protected abstract
  13. implicit def sampleBigDecimal : BigDecimalType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  14. implicit def sampleBinary : BinaryType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  15. implicit def sampleBoolean : BooleanType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  16. implicit def sampleByte : ByteType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  17. implicit def sampleDate : DateType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  18. implicit def sampleDouble : DoubleType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  19. implicit def sampleFloat : FloatType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  20. implicit def sampleInt : IntType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  21. implicit def sampleLong : LongType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  22. implicit def sampleString : StringType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  23. implicit def sampleTimestamp : TimestampType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes
  24. implicit def sampleUuid : UuidType

    Attributes
    protected implicit abstract
    Definition Classes
    FieldTypes

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. implicit def binaryOpConv1 (op: BinaryDivOp[ByteType, ByteType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  8. implicit def binaryOpConv1 (op: BinaryAMSOp[ByteType, ByteType]): NumericalTypeConversion[ByteType]

    Attributes
    implicit
  9. implicit def binaryOpConv10 (op: BinaryDivOp[ByteType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  10. implicit def binaryOpConv10 (op: BinaryAMSOp[ByteType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  11. implicit def binaryOpConv100 (op: BinaryDivOp[Option[DoubleType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  12. implicit def binaryOpConv100 (op: BinaryAMSOp[Option[DoubleType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  13. implicit def binaryOpConv100bd (op: BinaryDivOp[Option[DoubleType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  14. implicit def binaryOpConv100bd (op: BinaryAMSOp[Option[DoubleType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  15. implicit def binaryOpConv101 (op: BinaryDivOp[BigDecimalType, ByteType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  16. implicit def binaryOpConv101 (op: BinaryAMSOp[BigDecimalType, ByteType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  17. implicit def binaryOpConv102 (op: BinaryDivOp[BigDecimalType, IntType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  18. implicit def binaryOpConv102 (op: BinaryAMSOp[BigDecimalType, IntType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  19. implicit def binaryOpConv103 (op: BinaryDivOp[BigDecimalType, LongType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  20. implicit def binaryOpConv103 (op: BinaryAMSOp[BigDecimalType, LongType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  21. implicit def binaryOpConv104 (op: BinaryDivOp[BigDecimalType, FloatType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  22. implicit def binaryOpConv104 (op: BinaryAMSOp[BigDecimalType, FloatType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  23. implicit def binaryOpConv105 (op: BinaryDivOp[BigDecimalType, DoubleType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  24. implicit def binaryOpConv105 (op: BinaryAMSOp[BigDecimalType, DoubleType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  25. implicit def binaryOpConv106 (op: BinaryDivOp[BigDecimalType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  26. implicit def binaryOpConv106 (op: BinaryAMSOp[BigDecimalType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  27. implicit def binaryOpConv107 (op: BinaryDivOp[BigDecimalType, Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  28. implicit def binaryOpConv107 (op: BinaryAMSOp[BigDecimalType, Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  29. implicit def binaryOpConv108 (op: BinaryDivOp[BigDecimalType, Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  30. implicit def binaryOpConv108 (op: BinaryAMSOp[BigDecimalType, Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  31. implicit def binaryOpConv109 (op: BinaryDivOp[BigDecimalType, Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  32. implicit def binaryOpConv109 (op: BinaryAMSOp[BigDecimalType, Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  33. implicit def binaryOpConv10bd (op: BinaryDivOp[ByteType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  34. implicit def binaryOpConv10bd (op: BinaryAMSOp[ByteType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  35. implicit def binaryOpConv11 (op: BinaryDivOp[IntType, ByteType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  36. implicit def binaryOpConv11 (op: BinaryAMSOp[IntType, ByteType]): NumericalTypeConversion[IntType]

    Attributes
    implicit
  37. implicit def binaryOpConv110 (op: BinaryDivOp[BigDecimalType, Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  38. implicit def binaryOpConv110 (op: BinaryAMSOp[BigDecimalType, Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  39. implicit def binaryOpConv111 (op: BinaryDivOp[BigDecimalType, Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  40. implicit def binaryOpConv111 (op: BinaryAMSOp[BigDecimalType, Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  41. implicit def binaryOpConv112 (op: BinaryDivOp[BigDecimalType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  42. implicit def binaryOpConv112 (op: BinaryAMSOp[BigDecimalType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  43. implicit def binaryOpConv113 (op: BinaryDivOp[Option[BigDecimalType], ByteType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  44. implicit def binaryOpConv113 (op: BinaryAMSOp[Option[BigDecimalType], ByteType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  45. implicit def binaryOpConv114 (op: BinaryDivOp[Option[BigDecimalType], IntType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  46. implicit def binaryOpConv114 (op: BinaryAMSOp[Option[BigDecimalType], IntType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  47. implicit def binaryOpConv115 (op: BinaryDivOp[Option[BigDecimalType], LongType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  48. implicit def binaryOpConv115 (op: BinaryAMSOp[Option[BigDecimalType], LongType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  49. implicit def binaryOpConv116 (op: BinaryDivOp[Option[BigDecimalType], FloatType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  50. implicit def binaryOpConv116 (op: BinaryAMSOp[Option[BigDecimalType], FloatType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  51. implicit def binaryOpConv117 (op: BinaryDivOp[Option[BigDecimalType], DoubleType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  52. implicit def binaryOpConv117 (op: BinaryAMSOp[Option[BigDecimalType], DoubleType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  53. implicit def binaryOpConv118 (op: BinaryDivOp[Option[BigDecimalType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  54. implicit def binaryOpConv118 (op: BinaryAMSOp[Option[BigDecimalType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  55. implicit def binaryOpConv119 (op: BinaryDivOp[Option[BigDecimalType], Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  56. implicit def binaryOpConv119 (op: BinaryAMSOp[Option[BigDecimalType], Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  57. implicit def binaryOpConv12 (op: BinaryDivOp[IntType, IntType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  58. implicit def binaryOpConv12 (op: BinaryAMSOp[IntType, IntType]): NumericalTypeConversion[IntType]

    Attributes
    implicit
  59. implicit def binaryOpConv120 (op: BinaryDivOp[Option[BigDecimalType], Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  60. implicit def binaryOpConv120 (op: BinaryAMSOp[Option[BigDecimalType], Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  61. implicit def binaryOpConv121 (op: BinaryDivOp[Option[BigDecimalType], Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  62. implicit def binaryOpConv121 (op: BinaryAMSOp[Option[BigDecimalType], Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  63. implicit def binaryOpConv122 (op: BinaryDivOp[Option[BigDecimalType], Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  64. implicit def binaryOpConv122 (op: BinaryAMSOp[Option[BigDecimalType], Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  65. implicit def binaryOpConv123 (op: BinaryDivOp[Option[BigDecimalType], Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  66. implicit def binaryOpConv123 (op: BinaryAMSOp[Option[BigDecimalType], Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  67. implicit def binaryOpConv124 (op: BinaryDivOp[Option[BigDecimalType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  68. implicit def binaryOpConv124 (op: BinaryAMSOp[Option[BigDecimalType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  69. implicit def binaryOpConv13 (op: BinaryDivOp[IntType, LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  70. implicit def binaryOpConv13 (op: BinaryAMSOp[IntType, LongType]): NumericalTypeConversion[LongType]

    Attributes
    implicit
  71. implicit def binaryOpConv14 (op: BinaryDivOp[IntType, FloatType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  72. implicit def binaryOpConv14 (op: BinaryAMSOp[IntType, FloatType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  73. implicit def binaryOpConv15 (op: BinaryDivOp[IntType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  74. implicit def binaryOpConv15 (op: BinaryAMSOp[IntType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  75. implicit def binaryOpConv15bd (op: BinaryDivOp[IntType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  76. implicit def binaryOpConv15bd (op: BinaryAMSOp[IntType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  77. implicit def binaryOpConv16 (op: BinaryDivOp[IntType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  78. implicit def binaryOpConv16 (op: BinaryAMSOp[IntType, Option[ByteType]]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  79. implicit def binaryOpConv17 (op: BinaryDivOp[IntType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  80. implicit def binaryOpConv17 (op: BinaryAMSOp[IntType, Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  81. implicit def binaryOpConv18 (op: BinaryDivOp[IntType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  82. implicit def binaryOpConv18 (op: BinaryAMSOp[IntType, Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  83. implicit def binaryOpConv19 (op: BinaryDivOp[IntType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  84. implicit def binaryOpConv19 (op: BinaryAMSOp[IntType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  85. implicit def binaryOpConv2 (op: BinaryDivOp[ByteType, IntType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  86. implicit def binaryOpConv2 (op: BinaryAMSOp[ByteType, IntType]): NumericalTypeConversion[IntType]

    Attributes
    implicit
  87. implicit def binaryOpConv20 (op: BinaryDivOp[IntType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  88. implicit def binaryOpConv20 (op: BinaryAMSOp[IntType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  89. implicit def binaryOpConv20bd (op: BinaryDivOp[IntType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  90. implicit def binaryOpConv20bd (op: BinaryAMSOp[IntType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  91. implicit def binaryOpConv21 (op: BinaryDivOp[LongType, ByteType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  92. implicit def binaryOpConv21 (op: BinaryAMSOp[LongType, ByteType]): NumericalTypeConversion[LongType]

    Attributes
    implicit
  93. implicit def binaryOpConv22 (op: BinaryDivOp[LongType, IntType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  94. implicit def binaryOpConv22 (op: BinaryAMSOp[LongType, IntType]): NumericalTypeConversion[LongType]

    Attributes
    implicit
  95. implicit def binaryOpConv23 (op: BinaryDivOp[LongType, LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  96. implicit def binaryOpConv23 (op: BinaryAMSOp[LongType, LongType]): NumericalTypeConversion[LongType]

    Attributes
    implicit
  97. implicit def binaryOpConv24 (op: BinaryDivOp[LongType, FloatType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  98. implicit def binaryOpConv24 (op: BinaryAMSOp[LongType, FloatType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  99. implicit def binaryOpConv25 (op: BinaryDivOp[LongType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  100. implicit def binaryOpConv25 (op: BinaryAMSOp[LongType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  101. implicit def binaryOpConv25bd (op: BinaryDivOp[LongType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  102. implicit def binaryOpConv25bd (op: BinaryAMSOp[LongType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  103. implicit def binaryOpConv26 (op: BinaryDivOp[LongType, Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  104. implicit def binaryOpConv26 (op: BinaryAMSOp[LongType, Option[ByteType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  105. implicit def binaryOpConv27 (op: BinaryDivOp[LongType, Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  106. implicit def binaryOpConv27 (op: BinaryAMSOp[LongType, Option[IntType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  107. implicit def binaryOpConv28 (op: BinaryDivOp[LongType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  108. implicit def binaryOpConv28 (op: BinaryAMSOp[LongType, Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  109. implicit def binaryOpConv29 (op: BinaryDivOp[LongType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  110. implicit def binaryOpConv29 (op: BinaryAMSOp[LongType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  111. implicit def binaryOpConv3 (op: BinaryDivOp[ByteType, LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  112. implicit def binaryOpConv3 (op: BinaryAMSOp[ByteType, LongType]): NumericalTypeConversion[LongType]

    Attributes
    implicit
  113. implicit def binaryOpConv30 (op: BinaryDivOp[LongType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  114. implicit def binaryOpConv30 (op: BinaryAMSOp[LongType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  115. implicit def binaryOpConv30bd (op: BinaryDivOp[LongType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  116. implicit def binaryOpConv30bd (op: BinaryAMSOp[LongType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  117. implicit def binaryOpConv31 (op: BinaryDivOp[FloatType, ByteType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  118. implicit def binaryOpConv31 (op: BinaryAMSOp[FloatType, ByteType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  119. implicit def binaryOpConv32 (op: BinaryDivOp[FloatType, IntType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  120. implicit def binaryOpConv32 (op: BinaryAMSOp[FloatType, IntType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  121. implicit def binaryOpConv33 (op: BinaryDivOp[FloatType, LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  122. implicit def binaryOpConv33 (op: BinaryAMSOp[FloatType, LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  123. implicit def binaryOpConv34 (op: BinaryDivOp[FloatType, FloatType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  124. implicit def binaryOpConv34 (op: BinaryAMSOp[FloatType, FloatType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  125. implicit def binaryOpConv35 (op: BinaryDivOp[FloatType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  126. implicit def binaryOpConv35 (op: BinaryAMSOp[FloatType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  127. implicit def binaryOpConv35bd (op: BinaryDivOp[FloatType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  128. implicit def binaryOpConv35bd (op: BinaryAMSOp[FloatType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  129. implicit def binaryOpConv36 (op: BinaryDivOp[FloatType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  130. implicit def binaryOpConv36 (op: BinaryAMSOp[FloatType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  131. implicit def binaryOpConv37 (op: BinaryDivOp[FloatType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  132. implicit def binaryOpConv37 (op: BinaryAMSOp[FloatType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  133. implicit def binaryOpConv38 (op: BinaryDivOp[FloatType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  134. implicit def binaryOpConv38 (op: BinaryAMSOp[FloatType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  135. implicit def binaryOpConv39 (op: BinaryDivOp[FloatType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  136. implicit def binaryOpConv39 (op: BinaryAMSOp[FloatType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  137. implicit def binaryOpConv4 (op: BinaryDivOp[ByteType, FloatType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  138. implicit def binaryOpConv4 (op: BinaryAMSOp[ByteType, FloatType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  139. implicit def binaryOpConv40 (op: BinaryDivOp[FloatType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  140. implicit def binaryOpConv40 (op: BinaryAMSOp[FloatType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  141. implicit def binaryOpConv40bd (op: BinaryDivOp[FloatType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  142. implicit def binaryOpConv40bd (op: BinaryAMSOp[FloatType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  143. implicit def binaryOpConv41 (op: BinaryDivOp[DoubleType, ByteType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  144. implicit def binaryOpConv41 (op: BinaryAMSOp[DoubleType, ByteType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  145. implicit def binaryOpConv42 (op: BinaryDivOp[DoubleType, IntType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  146. implicit def binaryOpConv42 (op: BinaryAMSOp[DoubleType, IntType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  147. implicit def binaryOpConv43 (op: BinaryDivOp[DoubleType, LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  148. implicit def binaryOpConv43 (op: BinaryAMSOp[DoubleType, LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  149. implicit def binaryOpConv44 (op: BinaryDivOp[DoubleType, FloatType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  150. implicit def binaryOpConv44 (op: BinaryAMSOp[DoubleType, FloatType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  151. implicit def binaryOpConv45 (op: BinaryDivOp[DoubleType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  152. implicit def binaryOpConv45 (op: BinaryAMSOp[DoubleType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  153. implicit def binaryOpConv45bd (op: BinaryDivOp[DoubleType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  154. implicit def binaryOpConv45bd (op: BinaryAMSOp[DoubleType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  155. implicit def binaryOpConv46 (op: BinaryDivOp[DoubleType, Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  156. implicit def binaryOpConv46 (op: BinaryAMSOp[DoubleType, Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  157. implicit def binaryOpConv47 (op: BinaryDivOp[DoubleType, Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  158. implicit def binaryOpConv47 (op: BinaryAMSOp[DoubleType, Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  159. implicit def binaryOpConv48 (op: BinaryDivOp[DoubleType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  160. implicit def binaryOpConv48 (op: BinaryAMSOp[DoubleType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  161. implicit def binaryOpConv49 (op: BinaryDivOp[DoubleType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  162. implicit def binaryOpConv49 (op: BinaryAMSOp[DoubleType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  163. implicit def binaryOpConv5 (op: BinaryDivOp[ByteType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  164. implicit def binaryOpConv5 (op: BinaryAMSOp[ByteType, DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  165. implicit def binaryOpConv50 (op: BinaryDivOp[DoubleType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  166. implicit def binaryOpConv50 (op: BinaryAMSOp[DoubleType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  167. implicit def binaryOpConv50bd (op: BinaryDivOp[DoubleType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  168. implicit def binaryOpConv50bd (op: BinaryAMSOp[DoubleType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  169. implicit def binaryOpConv51 (op: BinaryDivOp[Option[ByteType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  170. implicit def binaryOpConv51 (op: BinaryAMSOp[Option[ByteType], ByteType]): NumericalTypeConversion[Option[ByteType]]

    Attributes
    implicit
  171. implicit def binaryOpConv52 (op: BinaryDivOp[Option[ByteType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  172. implicit def binaryOpConv52 (op: BinaryAMSOp[Option[ByteType], IntType]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  173. implicit def binaryOpConv53 (op: BinaryDivOp[Option[ByteType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  174. implicit def binaryOpConv53 (op: BinaryAMSOp[Option[ByteType], LongType]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  175. implicit def binaryOpConv54 (op: BinaryDivOp[Option[ByteType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  176. implicit def binaryOpConv54 (op: BinaryAMSOp[Option[ByteType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  177. implicit def binaryOpConv55 (op: BinaryDivOp[Option[ByteType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  178. implicit def binaryOpConv55 (op: BinaryAMSOp[Option[ByteType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  179. implicit def binaryOpConv55bd (op: BinaryDivOp[Option[ByteType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  180. implicit def binaryOpConv55bd (op: BinaryAMSOp[Option[ByteType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  181. implicit def binaryOpConv56 (op: BinaryDivOp[Option[ByteType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  182. implicit def binaryOpConv56 (op: BinaryAMSOp[Option[ByteType], Option[ByteType]]): NumericalTypeConversion[Option[ByteType]]

    Attributes
    implicit
  183. implicit def binaryOpConv57 (op: BinaryDivOp[Option[ByteType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  184. implicit def binaryOpConv57 (op: BinaryAMSOp[Option[ByteType], Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  185. implicit def binaryOpConv58 (op: BinaryDivOp[Option[ByteType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  186. implicit def binaryOpConv58 (op: BinaryAMSOp[Option[ByteType], Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  187. implicit def binaryOpConv59 (op: BinaryDivOp[Option[ByteType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  188. implicit def binaryOpConv59 (op: BinaryAMSOp[Option[ByteType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  189. implicit def binaryOpConv5bd (op: BinaryDivOp[ByteType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  190. implicit def binaryOpConv5bd (op: BinaryAMSOp[ByteType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  191. implicit def binaryOpConv6 (op: BinaryDivOp[ByteType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  192. implicit def binaryOpConv6 (op: BinaryAMSOp[ByteType, Option[ByteType]]): NumericalTypeConversion[Option[ByteType]]

    Attributes
    implicit
  193. implicit def binaryOpConv60 (op: BinaryDivOp[Option[ByteType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  194. implicit def binaryOpConv60 (op: BinaryAMSOp[Option[ByteType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  195. implicit def binaryOpConv60bd (op: BinaryDivOp[Option[ByteType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  196. implicit def binaryOpConv60bd (op: BinaryAMSOp[Option[ByteType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  197. implicit def binaryOpConv61 (op: BinaryDivOp[Option[IntType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  198. implicit def binaryOpConv61 (op: BinaryAMSOp[Option[IntType], ByteType]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  199. implicit def binaryOpConv62 (op: BinaryDivOp[Option[IntType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  200. implicit def binaryOpConv62 (op: BinaryAMSOp[Option[IntType], IntType]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  201. implicit def binaryOpConv63 (op: BinaryDivOp[Option[IntType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  202. implicit def binaryOpConv63 (op: BinaryAMSOp[Option[IntType], LongType]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  203. implicit def binaryOpConv64 (op: BinaryDivOp[Option[IntType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  204. implicit def binaryOpConv64 (op: BinaryAMSOp[Option[IntType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  205. implicit def binaryOpConv65 (op: BinaryDivOp[Option[IntType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  206. implicit def binaryOpConv65 (op: BinaryAMSOp[Option[IntType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  207. implicit def binaryOpConv65bd (op: BinaryDivOp[Option[IntType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  208. implicit def binaryOpConv65bd (op: BinaryAMSOp[Option[IntType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  209. implicit def binaryOpConv66 (op: BinaryDivOp[Option[IntType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  210. implicit def binaryOpConv66 (op: BinaryAMSOp[Option[IntType], Option[ByteType]]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  211. implicit def binaryOpConv67 (op: BinaryDivOp[Option[IntType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  212. implicit def binaryOpConv67 (op: BinaryAMSOp[Option[IntType], Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  213. implicit def binaryOpConv68 (op: BinaryDivOp[Option[IntType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  214. implicit def binaryOpConv68 (op: BinaryAMSOp[Option[IntType], Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  215. implicit def binaryOpConv69 (op: BinaryDivOp[Option[IntType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  216. implicit def binaryOpConv69 (op: BinaryAMSOp[Option[IntType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  217. implicit def binaryOpConv7 (op: BinaryDivOp[ByteType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  218. implicit def binaryOpConv7 (op: BinaryAMSOp[ByteType, Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  219. implicit def binaryOpConv70 (op: BinaryDivOp[Option[IntType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  220. implicit def binaryOpConv70 (op: BinaryAMSOp[Option[IntType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  221. implicit def binaryOpConv70bd (op: BinaryDivOp[Option[IntType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  222. implicit def binaryOpConv70bd (op: BinaryAMSOp[Option[IntType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  223. implicit def binaryOpConv71 (op: BinaryDivOp[Option[LongType], ByteType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  224. implicit def binaryOpConv71 (op: BinaryAMSOp[Option[LongType], ByteType]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  225. implicit def binaryOpConv72 (op: BinaryDivOp[Option[LongType], IntType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  226. implicit def binaryOpConv72 (op: BinaryAMSOp[Option[LongType], IntType]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  227. implicit def binaryOpConv73 (op: BinaryDivOp[Option[LongType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  228. implicit def binaryOpConv73 (op: BinaryAMSOp[Option[LongType], LongType]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  229. implicit def binaryOpConv74 (op: BinaryDivOp[Option[LongType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  230. implicit def binaryOpConv74 (op: BinaryAMSOp[Option[LongType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  231. implicit def binaryOpConv75 (op: BinaryDivOp[Option[LongType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  232. implicit def binaryOpConv75 (op: BinaryAMSOp[Option[LongType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  233. implicit def binaryOpConv75bd (op: BinaryDivOp[Option[LongType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  234. implicit def binaryOpConv75bd (op: BinaryAMSOp[Option[LongType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  235. implicit def binaryOpConv76 (op: BinaryDivOp[Option[LongType], Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  236. implicit def binaryOpConv76 (op: BinaryAMSOp[Option[LongType], Option[ByteType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  237. implicit def binaryOpConv77 (op: BinaryDivOp[Option[LongType], Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  238. implicit def binaryOpConv77 (op: BinaryAMSOp[Option[LongType], Option[IntType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  239. implicit def binaryOpConv78 (op: BinaryDivOp[Option[LongType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  240. implicit def binaryOpConv78 (op: BinaryAMSOp[Option[LongType], Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  241. implicit def binaryOpConv79 (op: BinaryDivOp[Option[LongType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  242. implicit def binaryOpConv79 (op: BinaryAMSOp[Option[LongType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  243. implicit def binaryOpConv8 (op: BinaryDivOp[ByteType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  244. implicit def binaryOpConv8 (op: BinaryAMSOp[ByteType, Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  245. implicit def binaryOpConv80 (op: BinaryDivOp[Option[LongType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  246. implicit def binaryOpConv80 (op: BinaryAMSOp[Option[LongType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  247. implicit def binaryOpConv80bd (op: BinaryDivOp[Option[LongType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  248. implicit def binaryOpConv80bd (op: BinaryAMSOp[Option[LongType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  249. implicit def binaryOpConv81 (op: BinaryDivOp[Option[FloatType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  250. implicit def binaryOpConv81 (op: BinaryAMSOp[Option[FloatType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  251. implicit def binaryOpConv82 (op: BinaryDivOp[Option[FloatType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  252. implicit def binaryOpConv82 (op: BinaryAMSOp[Option[FloatType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  253. implicit def binaryOpConv83 (op: BinaryDivOp[Option[FloatType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  254. implicit def binaryOpConv83 (op: BinaryAMSOp[Option[FloatType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  255. implicit def binaryOpConv84 (op: BinaryDivOp[Option[FloatType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  256. implicit def binaryOpConv84 (op: BinaryAMSOp[Option[FloatType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  257. implicit def binaryOpConv85 (op: BinaryDivOp[Option[FloatType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  258. implicit def binaryOpConv85 (op: BinaryAMSOp[Option[FloatType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  259. implicit def binaryOpConv85bd (op: BinaryDivOp[Option[FloatType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  260. implicit def binaryOpConv85bd (op: BinaryAMSOp[Option[FloatType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  261. implicit def binaryOpConv86 (op: BinaryDivOp[Option[FloatType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  262. implicit def binaryOpConv86 (op: BinaryAMSOp[Option[FloatType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  263. implicit def binaryOpConv87 (op: BinaryDivOp[Option[FloatType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  264. implicit def binaryOpConv87 (op: BinaryAMSOp[Option[FloatType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  265. implicit def binaryOpConv88 (op: BinaryDivOp[Option[FloatType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  266. implicit def binaryOpConv88 (op: BinaryAMSOp[Option[FloatType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  267. implicit def binaryOpConv89 (op: BinaryDivOp[Option[FloatType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  268. implicit def binaryOpConv89 (op: BinaryAMSOp[Option[FloatType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  269. implicit def binaryOpConv9 (op: BinaryDivOp[ByteType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  270. implicit def binaryOpConv9 (op: BinaryAMSOp[ByteType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  271. implicit def binaryOpConv90 (op: BinaryDivOp[Option[FloatType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  272. implicit def binaryOpConv90 (op: BinaryAMSOp[Option[FloatType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  273. implicit def binaryOpConv90bd (op: BinaryDivOp[Option[FloatType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  274. implicit def binaryOpConv90bd (op: BinaryAMSOp[Option[FloatType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  275. implicit def binaryOpConv91 (op: BinaryDivOp[Option[DoubleType], ByteType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  276. implicit def binaryOpConv91 (op: BinaryAMSOp[Option[DoubleType], ByteType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  277. implicit def binaryOpConv92 (op: BinaryDivOp[Option[DoubleType], IntType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  278. implicit def binaryOpConv92 (op: BinaryAMSOp[Option[DoubleType], IntType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  279. implicit def binaryOpConv93 (op: BinaryDivOp[Option[DoubleType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  280. implicit def binaryOpConv93 (op: BinaryAMSOp[Option[DoubleType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  281. implicit def binaryOpConv94 (op: BinaryDivOp[Option[DoubleType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  282. implicit def binaryOpConv94 (op: BinaryAMSOp[Option[DoubleType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  283. implicit def binaryOpConv95 (op: BinaryDivOp[Option[DoubleType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  284. implicit def binaryOpConv95 (op: BinaryAMSOp[Option[DoubleType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  285. implicit def binaryOpConv95bd (op: BinaryDivOp[Option[DoubleType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  286. implicit def binaryOpConv95bd (op: BinaryAMSOp[Option[DoubleType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  287. implicit def binaryOpConv96 (op: BinaryDivOp[Option[DoubleType], Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  288. implicit def binaryOpConv96 (op: BinaryAMSOp[Option[DoubleType], Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  289. implicit def binaryOpConv97 (op: BinaryDivOp[Option[DoubleType], Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  290. implicit def binaryOpConv97 (op: BinaryAMSOp[Option[DoubleType], Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  291. implicit def binaryOpConv98 (op: BinaryDivOp[Option[DoubleType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  292. implicit def binaryOpConv98 (op: BinaryAMSOp[Option[DoubleType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  293. implicit def binaryOpConv99 (op: BinaryDivOp[Option[DoubleType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  294. implicit def binaryOpConv99 (op: BinaryAMSOp[Option[DoubleType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  295. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  296. implicit def createOutMapperBigDecimalType : OutMapper[BigDecimalType]

    Attributes
    protected implicit
  297. implicit def createOutMapperBigDecimalTypeOption : OutMapper[Option[BigDecimalType]]

    Attributes
    protected implicit
  298. implicit def createOutMapperBinaryType : OutMapper[BinaryType]

    Attributes
    protected implicit
  299. implicit def createOutMapperBinaryTypeOption : OutMapper[Option[BinaryType]]

    Attributes
    protected implicit
  300. implicit def createOutMapperBooleanType : OutMapper[BooleanType]

    Attributes
    protected implicit
  301. implicit def createOutMapperBooleanTypeOption : OutMapper[Option[BooleanType]]

    Attributes
    protected implicit
  302. implicit def createOutMapperByteType : OutMapper[ByteType]

    Attributes
    protected implicit
  303. implicit def createOutMapperByteTypeOption : OutMapper[Option[ByteType]]

    Attributes
    protected implicit
  304. implicit def createOutMapperDateType : OutMapper[DateType]

    Attributes
    protected implicit
  305. implicit def createOutMapperDateTypeOption : OutMapper[Option[DateType]]

    Attributes
    protected implicit
  306. implicit def createOutMapperDoubleType : OutMapper[DoubleType]

    Attributes
    protected implicit
  307. implicit def createOutMapperDoubleTypeOption : OutMapper[Option[DoubleType]]

    Attributes
    protected implicit
  308. implicit def createOutMapperFloatType : OutMapper[FloatType]

    Attributes
    protected implicit
  309. implicit def createOutMapperFloatTypeOption : OutMapper[Option[FloatType]]

    Attributes
    protected implicit
  310. implicit def createOutMapperIntType : OutMapper[IntType]

    Attributes
    protected implicit
  311. implicit def createOutMapperIntTypeOption : OutMapper[Option[IntType]]

    Attributes
    protected implicit
  312. implicit def createOutMapperLongType : OutMapper[LongType]

    Attributes
    protected implicit
  313. implicit def createOutMapperLongTypeOption : OutMapper[Option[LongType]]

    Attributes
    protected implicit
  314. implicit def createOutMapperStringType : OutMapper[StringType]

    Attributes
    implicit
  315. implicit def createOutMapperStringTypeOption : OutMapper[Option[StringType]]

    Attributes
    implicit
  316. implicit def createOutMapperTimestampType : OutMapper[TimestampType]

    Attributes
    protected implicit
  317. implicit def createOutMapperTimestampTypeOption : OutMapper[Option[TimestampType]]

    Attributes
    protected implicit
  318. implicit def createOutMapperUuidType : OutMapper[UuidType]

    Attributes
    protected implicit
  319. implicit def createOutMapperUuidTypeOption : OutMapper[Option[UuidType]]

    Attributes
    protected implicit
  320. implicit def e2concat1 [A1, A2] (e: ConcatOp[A1, A2]): StringTypeConversion[StringType]

    Attributes
    implicit
  321. implicit def e2concat2 [A1, A2] (e: ConcatOp[A1, Option[A2]]): StringTypeConversion[Option[StringType]]

    Attributes
    implicit
  322. implicit def e2concat3 [A1, A2] (e: ConcatOp[Option[A1], A2]): StringTypeConversion[Option[StringType]]

    Attributes
    implicit
  323. implicit def e2concat4 [A1, A2] (e: ConcatOp[Option[A1], Option[A2]]): StringTypeConversion[Option[StringType]]

    Attributes
    implicit
  324. implicit def emulateSqlTyping1 [A] (e: NonNumericalExpression[Option[A]]): NonNumericalExpression[A]

    Attributes
    implicit
  325. implicit def emulateSqlTyping2 [A] (e: NumericalExpression[Option[A]]): NumericalExpression[A]

    Attributes
    implicit
  326. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  327. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  328. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  329. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  330. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  331. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  332. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  333. implicit def nnCoalesce1 [A] (e: NonNumericalCoalesce[A, A]): NonNumericalTypeConversion[A]

    Attributes
    implicit
  334. implicit def nnCoalesce2 [A] (e: NonNumericalCoalesce[A, Option[A]]): NonNumericalTypeConversion[Option[A]]

    Attributes
    implicit
  335. implicit def nnCoalesce3 [A] (e: NonNumericalCoalesce[Option[A], A]): NonNumericalTypeConversion[Option[A]]

    Attributes
    implicit
  336. implicit def nnCoalesce4 [A] (e: NonNumericalCoalesce[Option[A], Option[A]]): NonNumericalTypeConversion[Option[A]]

    Attributes
    implicit
  337. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  338. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  339. implicit def nvl1 (e: NvlFunctionNonNumerical[Option[DateType], DateType]): DateTypeConversion[DateType]

    Attributes
    implicit
  340. implicit def nvl2 (e: NvlFunctionNonNumerical[Option[StringType], StringType]): StringTypeConversion[StringType]

    Attributes
    implicit
  341. implicit def nvl3 (e: NvlFunctionNonNumerical[Option[BooleanType], BooleanType]): BooleanTypeConversion[BooleanType]

    Attributes
    implicit
  342. implicit val sampleBigDecimalO : Some[BigDecimalType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  343. implicit val sampleBinaryO : Some[BinaryType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  344. implicit val sampleBooleanO : Some[BooleanType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  345. implicit val sampleByteO : Some[ByteType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  346. implicit val sampleDateO : Some[DateType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  347. implicit val sampleDoubleO : Some[DoubleType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  348. implicit val sampleFloatO : Some[FloatType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  349. implicit val sampleIntO : Some[IntType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  350. implicit val sampleLongO : Some[LongType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  351. implicit val sampleStringO : Some[StringType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  352. implicit val sampleTimestampTypeO : Some[TimestampType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  353. implicit val sampleUuidO : Some[UuidType]

    Attributes
    protected implicit
    Definition Classes
    FieldTypes
  354. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  355. def toString (): String

    Definition Classes
    AnyRef → Any
  356. implicit def unaryOpConv1 (op: UnaryAgregateLengthNeutralOp[ByteType]): NumericalTypeConversion[Option[ByteType]]

    Attributes
    implicit
  357. implicit def unaryOpConv1 (op: UnaryAgregateFloatOp[ByteType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  358. implicit def unaryOpConv1 (op: UnaryFloatOp[ByteType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  359. implicit def unaryOpConv10 (op: UnaryAgregateLengthNeutralOp[Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  360. implicit def unaryOpConv10 (op: UnaryAgregateFloatOp[Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  361. implicit def unaryOpConv10 (op: UnaryFloatOp[Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  362. implicit def unaryOpConv10bd (op: UnaryAgregateLengthNeutralOp[Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  363. implicit def unaryOpConv11 (op: UnaryAgregateLengthNeutralOp[DateType]): DateTypeConversion[Option[DateType]]

    Attributes
    implicit
  364. implicit def unaryOpConv11 (op: UnaryAgregateFloatOp[Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  365. implicit def unaryOpConv11 (op: UnaryFloatOp[Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  366. implicit def unaryOpConv12 (op: UnaryAgregateLengthNeutralOp[Option[DateType]]): DateTypeConversion[Option[DateType]]

    Attributes
    implicit
  367. implicit def unaryOpConv13 (op: UnaryAgregateLengthNeutralOp[StringType]): DateTypeConversion[Option[StringType]]

    Attributes
    implicit
  368. implicit def unaryOpConv14 (op: UnaryAgregateLengthNeutralOp[Option[StringType]]): DateTypeConversion[Option[StringType]]

    Attributes
    implicit
  369. implicit def unaryOpConv15 (op: UnaryAgregateLengthNeutralOp[BooleanType]): BooleanTypeConversion[Option[BooleanType]]

    Attributes
    implicit
  370. implicit def unaryOpConv16 (op: UnaryAgregateLengthNeutralOp[Option[BooleanType]]): BooleanTypeConversion[Option[BooleanType]]

    Attributes
    implicit
  371. implicit def unaryOpConv17 (op: UnaryAgregateLengthNeutralOp[TimestampType]): DateTypeConversion[Option[TimestampType]]

    Attributes
    implicit
  372. implicit def unaryOpConv18 (op: UnaryAgregateLengthNeutralOp[Option[TimestampType]]): DateTypeConversion[Option[TimestampType]]

    Attributes
    implicit
  373. implicit def unaryOpConv2 (op: UnaryAgregateLengthNeutralOp[IntType]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  374. implicit def unaryOpConv2 (op: UnaryAgregateFloatOp[IntType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  375. implicit def unaryOpConv2 (op: UnaryFloatOp[IntType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  376. implicit def unaryOpConv3 (op: UnaryAgregateLengthNeutralOp[LongType]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  377. implicit def unaryOpConv3 (op: UnaryAgregateFloatOp[LongType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  378. implicit def unaryOpConv3 (op: UnaryFloatOp[LongType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  379. implicit def unaryOpConv4 (op: UnaryAgregateLengthNeutralOp[FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  380. implicit def unaryOpConv4 (op: UnaryAgregateFloatOp[FloatType]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  381. implicit def unaryOpConv4 (op: UnaryFloatOp[FloatType]): NumericalTypeConversion[FloatType]

    Attributes
    implicit
  382. implicit def unaryOpConv5 (op: UnaryAgregateLengthNeutralOp[DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  383. implicit def unaryOpConv5 (op: UnaryAgregateFloatOp[DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  384. implicit def unaryOpConv5 (op: UnaryFloatOp[DoubleType]): NumericalTypeConversion[DoubleType]

    Attributes
    implicit
  385. implicit def unaryOpConv5bd (op: UnaryAgregateLengthNeutralOp[BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  386. implicit def unaryOpConv5bd (op: UnaryAgregateFloatOp[BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Attributes
    implicit
  387. implicit def unaryOpConv5bd (op: UnaryFloatOp[BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Attributes
    implicit
  388. implicit def unaryOpConv6 (op: UnaryAgregateLengthNeutralOp[Option[ByteType]]): NumericalTypeConversion[Option[ByteType]]

    Attributes
    implicit
  389. implicit def unaryOpConv6 (op: UnaryAgregateFloatOp[Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  390. implicit def unaryOpConv6 (op: UnaryFloatOp[Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  391. implicit def unaryOpConv7 (op: UnaryAgregateLengthNeutralOp[Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Attributes
    implicit
  392. implicit def unaryOpConv7 (op: UnaryAgregateFloatOp[Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  393. implicit def unaryOpConv7 (op: UnaryFloatOp[Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  394. implicit def unaryOpConv8 (op: UnaryAgregateLengthNeutralOp[Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Attributes
    implicit
  395. implicit def unaryOpConv8 (op: UnaryAgregateFloatOp[Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  396. implicit def unaryOpConv8 (op: UnaryFloatOp[Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Attributes
    implicit
  397. implicit def unaryOpConv9 (op: UnaryAgregateLengthNeutralOp[Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  398. implicit def unaryOpConv9 (op: UnaryAgregateFloatOp[Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  399. implicit def unaryOpConv9 (op: UnaryFloatOp[Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Attributes
    implicit
  400. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  401. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  402. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FieldTypes

Inherited from AnyRef

Inherited from Any