State

io.github.positionpal.location.tracking.actors.GroupManager.State
final case class State(observers: Set[Observer]) extends AkkaSerializable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def update(event: DrivenEvent): State

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product