object Protoable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Protoable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T, M](f: (T) ⇒ M): Protoable[T, M]
- macro def apply[T <: Product, M]: Protoable[T, M]
- implicit def arrayProtoable[T]: Protoable[Array[T], List[T]]
- implicit def arrayProtoable2[T, M](implicit protoable: Protoable[T, M]): Protoable[Array[T], Iterable[M]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val boolValueProtoable: Protoable[Boolean, BoolValue]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit val doubleValueProtoable: Protoable[Double, DoubleValue]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit val floatValueProtoable: Protoable[Float, FloatValue]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val int32ValueProtoable: Protoable[Int, Int32Value]
- implicit val int64ValueProtoable: Protoable[Long, Int64Value]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def iterableProtoable[T, M](implicit protoable: Protoable[T, M]): Protoable[Iterable[T], List[M]]
- implicit def iterableProtoable2[T]: Protoable[Iterable[T], List[T]]
- implicit val javaByteProtoable: Protoable[Byte, Byte]
- implicit val javaCharacterProtoable: Protoable[Char, Character]
- implicit val javaDoubleProtoable: Protoable[Double, Double]
- implicit val javaFloatProtoable: Protoable[Float, Float]
- implicit val javaIntergerProtoable: Protoable[Int, Integer]
- implicit val javaLongProtoable: Protoable[Long, Long]
- implicit def mapProtoable1[K, V]: Protoable[Map[K, V], Map[K, V]]
- implicit def mapProtoable2[K1, K2, V](implicit kProtoable: Protoable[K1, K2]): Protoable[Map[K1, V], Map[K2, V]]
- implicit def mapProtoable3[K, V1, V2](implicit vProtoable: Protoable[V1, V2]): Protoable[Map[K, V1], Map[K, V2]]
- implicit def mapProtoable4[K1, K2, V1, V2](implicit kProtoable: Protoable[K1, K2], vProtoable: Protoable[V1, V2]): Protoable[Map[K1, V1], Map[K2, V2]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optProtoable[F, Target](implicit protoable: Protoable[F, Target]): Protoable[Option[F], Target]
- implicit def optProtoable2[T]: Protoable[Option[T], T]
- implicit val stringValueProtoable: Protoable[String, StringValue]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit val zonedDateTimeProtoable: Protoable[ZonedDateTime, Timestamp]