helper

cc.otavia.core.message.helper
object helper

Some notices classes that may be used frequently

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
helper.type

Members list

Type members

Classlikes

final case class ArrayNotice[T](value: Array[T]) extends Notice

Attributes

Supertypes
trait Product
trait Equals
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class IntNotice(value: Int) extends Notice

Attributes

Supertypes
trait Product
trait Equals
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class SeqNotice[T](value: Seq[T]) extends Notice

Attributes

Supertypes
trait Product
trait Equals
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class StringNotice(value: String) extends Notice

Attributes

Supertypes
trait Product
trait Equals
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
object UnitReply

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
UnitReply.type
sealed trait UnitReply extends Reply

Attributes

Companion
object
Supertypes
trait Reply
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all