MillRpcRequestId

mill.rpc.MillRpcRequestId
See theMillRpcRequestId companion class

Attributes

Companion
class
Source
MillRpcRequestId.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum Kind

Attributes

Companion
object
Source
MillRpcRequestId.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Kind

Attributes

Companion
enum
Source
MillRpcRequestId.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Kind.type
case class Part(kind: Kind, id: Long)

Attributes

Companion
object
Source
MillRpcRequestId.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Part

Attributes

Companion
class
Source
MillRpcRequestId.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Part.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fromString(str: String): Either[String, MillRpcRequestId]

Attributes

Source
MillRpcRequestId.scala
def unsafe(parts: Vector[Part]): MillRpcRequestId

Creates an instance, throws if the vector is empty.

Creates an instance, throws if the vector is empty.

Attributes

Source
MillRpcRequestId.scala

Givens

Givens

given rw: ReadWriter[MillRpcRequestId]

Attributes

Source
MillRpcRequestId.scala