object Protoable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Protoable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply[S, P](convert: (S) => P): Protoable[S, P]
  5. macro def apply[S <: Product, P]: Protoable[S, P]
  6. implicit def arrayProtoable[S]: Protoable[Array[S], List[S]]
  7. implicit def arrayProtoable2[S, P](implicit protoable: Protoable[S, P]): Protoable[Array[S], Iterable[P]]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit val boolValueProtoable: Protoable[Boolean, BoolValue]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. implicit val doubleValueProtoable: Protoable[Double, DoubleValue]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. implicit val floatValueProtoable: Protoable[Float, FloatValue]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. implicit val int32ValueProtoable: Protoable[Int, Int32Value]
  19. implicit val int64ValueProtoable: Protoable[Long, Int64Value]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit def iterableProtoable[S, P](implicit protoable: Protoable[S, P]): Protoable[Iterable[S], List[P]]
  22. implicit def iterableProtoable2[S]: Protoable[Iterable[S], List[S]]
  23. implicit val javaByteProtoable: Protoable[Byte, Byte]
  24. implicit val javaCharacterProtoable: Protoable[Char, Character]
  25. implicit val javaDoubleProtoable: Protoable[Double, Double]
  26. implicit val javaFloatProtoable: Protoable[Float, Float]
  27. implicit val javaIntergerProtoable: Protoable[Int, Integer]
  28. implicit val javaLongProtoable: Protoable[Long, Long]
  29. implicit def mapProtoable1[K, V]: Protoable[Map[K, V], Map[K, V]]
  30. implicit def mapProtoable2[K1, K2, V](implicit kProtoable: Protoable[K1, K2]): Protoable[Map[K1, V], Map[K2, V]]
  31. implicit def mapProtoable3[K, V1, V2](implicit vProtoable: Protoable[V1, V2]): Protoable[Map[K, V1], Map[K, V2]]
  32. implicit def mapProtoable4[K1, K2, V1, V2](implicit kProtoable: Protoable[K1, K2], vProtoable: Protoable[V1, V2]): Protoable[Map[K1, V1], Map[K2, V2]]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. implicit def optProtoable[F, Target](implicit protoable: Protoable[F, Target]): Protoable[Option[F], Target]
  37. implicit def optProtoable2[T]: Protoable[Option[T], T]
  38. implicit val stringValueProtoable: Protoable[String, StringValue]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. implicit val zonedDateTimeProtoable: Protoable[ZonedDateTime, Timestamp]

Inherited from AnyRef

Inherited from Any

Ungrouped