RPCPacketKind

izumi.idealingua.runtime.rpc.RPCPacketKind
See theRPCPacketKind companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object BuzzFailure extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object BuzzRequest extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object BuzzResponse extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object C2SStream extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
C2SStream.type
case object Fail extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Fail.type
case object RpcFail extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RpcFail.type
case object RpcRequest extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RpcRequest.type
case object RpcResponse extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object S2CStream extends RPCPacketKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
S2CStream.type

Types

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def all: Map[String, Element]
def parse(value: String): RPCPacketKind

Implicits

Inherited implicits

implicit val decodeKeyTestEnum: KeyDecoder[RPCPacketKind]

Attributes

Inherited from:
RPCPacketKindCirce
implicit val decodeTestEnum: Decoder[RPCPacketKind]

Attributes

Inherited from:
RPCPacketKindCirce
implicit val encodeKeyTestEnum: KeyEncoder[RPCPacketKind]

Attributes

Inherited from:
RPCPacketKindCirce
implicit val encodeTestEnum: Encoder[RPCPacketKind]

Attributes

Inherited from:
RPCPacketKindCirce