MessageToSend

io.github.quafadas.dairect.MessageToSend
See theMessageToSend companion trait
object MessageToSend extends Companion[MessageToSend]

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
trait Companion[MessageToSend]
trait Has[MessageToSend]
trait ShapeTag[MessageToSend]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class Image_fileCase(image_file: ImageFile) extends MessageToSend

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Image_urlCase(image_url: ImageUrl) extends MessageToSend

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Image_urlCase

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TextCase(text: TextToSend) extends MessageToSend

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TextCase

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TextCase.type
object Visitor

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Visitor.type
trait Visitor[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Default[A]

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any

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 image_file(image_file: ImageFile): MessageToSend
def image_url(image_url: ImageUrl): MessageToSend

Inherited methods

final override def getTag: ShapeTag[MessageToSend]

Attributes

Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Implicits

Implicits

implicit val schema: Schema[MessageToSend]

Inherited implicits

implicit val tagInstance: ShapeTag[MessageToSend]

Attributes

Inherited from:
Companion