Packages

package proto

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

Type Members

  1. type AttrName = String
  2. sealed trait AttrValue extends AnyRef
  3. trait InferredProto[T] extends AnyRef
  4. trait LowPriorityInferredProto extends AnyRef
  5. sealed trait ProtoCompat extends AnyRef
  6. final case class ProtoDecl(time: ChainTime, groupId: GroupId, serviceId: Latch[ServiceId], prior: Latch[ChainTime], namedCommands: Set[OperationId], namedQueries: Set[OperationId]) extends ProtoSignature with Message with Product with Serializable
  7. trait ProtoSignature extends ProtoUnsigned
  8. trait ProtoUnsigned extends AnyRef
  9. final case class SingletonOp(event: StructValue) extends Product with Serializable
  10. final case class StructValue(attrs: Map[AttrName, AttrValue]) extends Product with Serializable
  11. type Text = String

Inherited from AnyRef

Inherited from Any

Ungrouped