Object/Class

org.yupana.api.types

TypeConverter

Related Docs: class TypeConverter | package types

Permalink

object TypeConverter extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeConverter
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[T, U](implicit a: Aux[T], b: Aux[U]): Option[TypeConverter[T, U]]

    Permalink

    Look up for converter from T to U

    Look up for converter from T to U

    T

    input type

    U

    output type

    a

    input data type

    b

    output data type

    returns

    a converter instance if available

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bigDecimal2Byte: PartialConverter[BigDecimal, Byte]

    Permalink
  7. val bigDecimal2Double: PartialConverter[BigDecimal, Double]

    Permalink
  8. val bigDecimal2Int: PartialConverter[BigDecimal, Int]

    Permalink
  9. val bigDecimal2Long: PartialConverter[BigDecimal, Long]

    Permalink
  10. val bigDecimal2Short: PartialConverter[BigDecimal, Short]

    Permalink
  11. val byte2BigDecimal: TypeConverter[Byte, BigDecimal]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val double2BigDecimal: TypeConverter[Double, BigDecimal]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. val int2BigDecimal: TypeConverter[Int, BigDecimal]

    Permalink
  20. val int2Long: TypeConverter[Int, Long]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val long2BigDecimal: TypeConverter[Long, BigDecimal]

    Permalink
  23. val long2Double: TypeConverter[Long, Double]

    Permalink
  24. def mkPartial[T, U](f: (T) ⇒ Option[U])(implicit dtt: Aux[T], dtu: Aux[U]): PartialConverter[T, U]

    Permalink
  25. def mkTotal[T, U](f: (T) ⇒ U)(implicit dtt: Aux[T], dtu: Aux[U]): TypeConverter[T, U]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def partial[T, U](implicit a: Aux[T], b: Aux[U]): Option[PartialConverter[T, U]]

    Permalink

    Look up for partial converter from T to U

    Look up for partial converter from T to U

    T

    input type

    U

    output type

    a

    input data type

    b

    output data type

    returns

    a converter instance if available

  30. val short2BigDecimal: TypeConverter[Short, BigDecimal]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped