Class/Object

org.sisioh.dddbase.lifecycle.memory.mutable.async

GenericAsyncRepositoryOnMemory

Related Docs: object GenericAsyncRepositoryOnMemory | package async

Permalink

class GenericAsyncRepositoryOnMemory[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends AbstractAsyncRepositoryOnMemory[ID, E]

汎用的な非同期型オンメモリ可変リポジトリ。

ID

識別子の型

E

エンティティの型

Annotations
@JSExportTopLevel( ... )
Linear Supertypes
AbstractAsyncRepositoryOnMemory[ID, E], AsyncRepositoryOnMemorySupport[ID, E], AsyncRepositoryOnMemory[ID, E], async.AsyncRepositoryOnMemory[ID, E], AsyncRepository[ID, E], AsyncEntityWriter[ID, E], AsyncEntityReader[ID, E], AsyncEntityIO, Repository[ID, E, Future], EntityWriter[ID, E, Future], EntityReader[ID, E, Future], EntityIO[Future], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenericAsyncRepositoryOnMemory
  2. AbstractAsyncRepositoryOnMemory
  3. AsyncRepositoryOnMemorySupport
  4. AsyncRepositoryOnMemory
  5. AsyncRepositoryOnMemory
  6. AsyncRepository
  7. AsyncEntityWriter
  8. AsyncEntityReader
  9. AsyncEntityIO
  10. Repository
  11. EntityWriter
  12. EntityReader
  13. EntityIO
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericAsyncRepositoryOnMemory(entities: Map[ID, E] = ...)

    Permalink

Type Members

  1. type Ctx = EntityIOContext[Future]

    Permalink
    Definition Classes
    EntityIO
  2. type Result = AsyncResultWithEntity[This, ID, E]

    Permalink
    Definition Classes
    AsyncEntityWriter → EntityWriter
  3. type Results = AsyncResultWithEntities[This, ID, E]

    Permalink
    Definition Classes
    AsyncEntityWriter → EntityWriter
  4. type This = GenericAsyncRepositoryOnMemory[ID, E]

    Permalink
    Definition Classes
    GenericAsyncRepositoryOnMemory → AsyncRepository → AsyncEntityWriter → Repository → EntityWriter

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _entities: Map[ID, E]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractAsyncRepositoryOnMemoryAsyncRepositoryOnMemorySupport
  5. def apply(identifier: ID)(implicit ctx: Ctx): Future[E]

    Permalink
    Definition Classes
    EntityReader
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def deleteBy(identifier: ID)(implicit ctx: Ctx): Future[Result]

    Permalink
    Definition Classes
    AsyncRepositoryOnMemorySupport → EntityWriter
  9. def deleteByMulti(identifiers: ID*)(implicit ctx: Ctx): Future[Results]

    Permalink
    Definition Classes
    EntityWriter
  10. def entities: Map[ID, E]

    Permalink
    Definition Classes
    AsyncRepositoryOnMemory
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exist(entity: E)(implicit ctx: Ctx): Future[Boolean]

    Permalink
    Definition Classes
    EntityReader
  14. def existBy(identifier: ID)(implicit ctx: Ctx): Future[Boolean]

    Permalink
    Definition Classes
    AsyncRepositoryOnMemorySupport → EntityReader
  15. def existByMulti(identifiers: ID*)(implicit ctx: Ctx): Future[Boolean]

    Permalink
    Definition Classes
    EntityReader
  16. def existMulti(entities: E*)(implicit ctx: Ctx): Future[Boolean]

    Permalink
    Definition Classes
    EntityReader
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getEntities: Map[ID, E]

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncRepositoryOnMemorySupportAsyncRepositoryOnMemory
  20. def getExecutionContext(ctx: Ctx): ExecutionContext

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncEntityIO
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def mapValues[A, R](values: Future[A])(f: (A) ⇒ R)(implicit ctx: Ctx): Future[R]

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncEntityReader → EntityReader
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def resolveBy(identifier: ID)(implicit ctx: Ctx): Future[E]

    Permalink
    Definition Classes
    AsyncRepositoryOnMemorySupport → EntityReader
  28. def resolveByMulti(identifiers: ID*)(implicit ctx: Ctx): Future[Seq[E]]

    Permalink
    Definition Classes
    EntityReader
  29. def store(entity: E)(implicit ctx: Ctx): Future[Result]

    Permalink
    Definition Classes
    AsyncRepositoryOnMemorySupport → EntityWriter
  30. def storeMulti(entities: E*)(implicit ctx: Ctx): Future[Results]

    Permalink
    Definition Classes
    EntityWriter
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def traverse[A, R](values: Seq[A], forceSuccess: Boolean)(f: (A) ⇒ Future[R])(implicit ctx: Ctx): Future[Seq[R]]

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncEntityReader → EntityReader
  34. final def traverseWithThis[A](values: Seq[A])(processor: (This, A) ⇒ Future[Result])(implicit ctx: Ctx): Future[Results]

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncEntityWriter → EntityWriter
  35. def traverseWithoutFailures[A, R](values: Seq[A])(f: (A) ⇒ Future[R])(implicit ctx: Ctx): Future[Seq[R]]

    Permalink
    Attributes
    protected
    Definition Classes
    EntityReader
  36. def update(identifier: ID, entity: E)(implicit ctx: Ctx): Future[Result]

    Permalink
    Definition Classes
    EntityWriter
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractAsyncRepositoryOnMemory[ID, E]

Inherited from AsyncRepositoryOnMemorySupport[ID, E]

Inherited from AsyncRepositoryOnMemory[ID, E]

Inherited from async.AsyncRepositoryOnMemory[ID, E]

Inherited from AsyncRepository[ID, E]

Inherited from AsyncEntityWriter[ID, E]

Inherited from AsyncEntityReader[ID, E]

Inherited from AsyncEntityIO

Inherited from Repository[ID, E, Future]

Inherited from EntityWriter[ID, E, Future]

Inherited from EntityReader[ID, E, Future]

Inherited from EntityIO[Future]

Inherited from AnyRef

Inherited from Any

Ungrouped