MessageContentList

io.github.quafadas.dairect.MessageContentList
object MessageContentList extends Newtype[List[MessageContent]]

Attributes

Experimental
true
Graph
Supertypes
class Newtype[List[MessageContent]]
class AbstractNewtype[List[MessageContent]]
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[MessageContent]): Type

Attributes

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

Attributes

Inherited from:
Newtype

Concrete fields

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

Extensions

Inherited extensions

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

Attributes

Inherited from:
Newtype

Implicits

Implicits

implicit val schema: Schema[MessageContentList]

Inherited implicits

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

Attributes

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

Attributes

Inherited from:
AbstractNewtype