Package-level declarations

Types

Link copied to clipboard
open class InMemoryRepository<I : EntityId<*>, A : AggregateRoot<I>>(var entities: Map<I, A> = mapOf()) : Repository<I, A>
Link copied to clipboard