org.msgpack.conversion

ValueConversions

trait ValueConversions extends AnyRef

Defines Value implicit conversions

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ValueConversions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def messagePack: MessagePack

Concrete 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. implicit def arrayToValue(array: Array[Value]): Value

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. implicit def boolToValue(v: Boolean): Value

  7. implicit def byteToValue(v: Byte): Value

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit def doubleToValue(v: Double): Value

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit def floatToValue(v: Float): Value

  14. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  16. implicit def intToValue(v: Int): Value

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. implicit def listToValue(list: List[Any]): Value

  19. implicit def longToValue(v: Long): Value

  20. implicit def mapToValue[K, V](map: Map[K, V])(implicit arg0: (K) ⇒ Value, arg1: (V) ⇒ Value): Value

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def objToValue(v: Any): Value

  25. def productToValue(p: Product): Value

  26. implicit def shortToValue(v: Short): Value

  27. implicit def strToValue(v: String): Value

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. implicit def tuple10ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  31. implicit def tuple11ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  32. implicit def tuple12ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  33. implicit def tuple13ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  34. implicit def tuple14ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  35. implicit def tuple15ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  36. implicit def tuple16ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  37. implicit def tuple17ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  38. implicit def tuple18ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  39. implicit def tuple19ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  40. implicit def tuple20ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  41. implicit def tuple21ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  42. implicit def tuple22ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  43. implicit def tuple2ToValue(t: (Any, Any)): Value

  44. implicit def tuple3ToValue(t: (Any, Any, Any)): Value

  45. implicit def tuple4ToValue(t: (Any, Any, Any, Any)): Value

  46. implicit def tuple5ToValue(t: (Any, Any, Any, Any, Any)): Value

  47. implicit def tuple6ToValue(t: (Any, Any, Any, Any, Any, Any)): Value

  48. implicit def tuple7ToValue(t: (Any, Any, Any, Any, Any, Any, Any)): Value

  49. implicit def tuple8ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any)): Value

  50. implicit def tuple9ToValue(t: (Any, Any, Any, Any, Any, Any, Any, Any, Any)): Value

  51. implicit def valueToBool(value: Value): Boolean

  52. implicit def valueToByte(value: Value): Byte

  53. implicit def valueToDouble(value: Value): Double

  54. implicit def valueToFloat(value: Value): Float

  55. implicit def valueToInt(value: Value): Int

  56. implicit def valueToLong(value: Value): Long

  57. implicit def valueToRichValue(value: Value): RichValue

  58. implicit def valueToShort(value: Value): Short

  59. implicit def valueToString(value: Value): String

  60. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped