AssistantMetaData

io.github.quafadas.dairect.AssistantMetaData
object AssistantMetaData extends Newtype[Map[String, String]]

Attributes

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

Attributes

Inherited from:
Newtype
def unapply(orig: Type): Some[Map[String, String]]

Attributes

Inherited from:
Newtype

Concrete fields

val hints: Hints
val id: ShapeId
val underlyingSchema: Schema[Map[String, String]]

Extensions

Inherited extensions

extension (orig: Type)
def value: Map[String, String]

Attributes

Inherited from:
Newtype

Implicits

Implicits

implicit val schema: Schema[AssistantMetaData]

Inherited implicits

implicit val asBijection: Bijection[Map[String, String], Type]

Attributes

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

Attributes

Inherited from:
AbstractNewtype