MessageToSendList

io.github.quafadas.dairect.MessageToSendList
object MessageToSendList extends Newtype[List[MessageToSend]]

Attributes

Experimental
true
Graph
Supertypes
class Newtype[List[MessageToSend]]
class AbstractNewtype[List[MessageToSend]]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object hint

Attributes

Inherited from:
Newtype
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Type = T

Attributes

Inherited from:
Newtype

Inherited and Abstract types

opaque type T

Attributes

Inherited from:
Newtype

Value members

Inherited methods

def apply(a: List[MessageToSend]): Type

Attributes

Inherited from:
Newtype
def unapply(orig: Type): Some[List[MessageToSend]]

Attributes

Inherited from:
Newtype

Concrete fields

val hints: Hints
val id: ShapeId
val underlyingSchema: Schema[List[MessageToSend]]

Extensions

Inherited extensions

extension (orig: Type)
def value: List[MessageToSend]

Attributes

Inherited from:
Newtype

Implicits

Implicits

implicit val schema: Schema[MessageToSendList]

Inherited implicits

implicit val asBijection: Bijection[List[MessageToSend], Type]

Attributes

Inherited from:
Newtype
implicit val tag: ShapeTag[Type]

Attributes

Inherited from:
AbstractNewtype