GroupADT

io.github.positionpal.group.GroupADT
object GroupADT

Attributes

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

Members list

Type members

Classlikes

enum ErrorCode[I]

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Group[I, O](clients: Map[I, O], name: String) extends GroupOps[I, O]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait GroupOps[I, O]
class Object
trait Matchable
class Any
Show all
object Group

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Group.type
trait GroupOps[I, O]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Group[I, O]