Valid

edomata.backend.eventsourcing.AggregateState$.Valid
final case class Valid[S](state: S, version: SeqNr) extends AggregateState[S, Nothing, Nothing]

Attributes

Source
RepositoryReader.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val isValid: Boolean

Attributes

Inherited from:
AggregateState
Source
RepositoryReader.scala