EventSourcedSnapshotBuilder<S extends EventSourcedSnapshot<S, B, E>, B extends EventSourcedSnapshotBuilder<S, B, E>, E extends EventSourcedEvent<S, B, E>> class abstract

An mutable Builder that can create an immutable EventSourcedSnapshot for an EventSourcedModel.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → S
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(covariant EventSourcedSnapshot<S, B, E> other) → void
toString() String
A string representation of this object.
inherited
update(covariant void updates(EventSourcedSnapshotBuilder<S, B, E>)) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited