org.sisioh.dddbase.lifecycle.forwarding.async.wrapped

AsyncWrappedSyncEntityWriter

trait AsyncWrappedSyncEntityWriter[ID <: Identifier[_], E <: Entity[ID]] extends AsyncEntityWriter[ID, E] with AsyncWrappedSyncEntityIO

SyncEntityWriterAsyncEntityWriterとしてラップするためのデコレータ。

ID

識別子の型

E

エンティティの型

Linear Supertypes
AsyncWrappedSyncEntityIO, AsyncEntityWriter[ID, E], EntityWriter[ID, E, Future], AsyncEntityIO, EntityIO[Future], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AsyncWrappedSyncEntityWriter
  2. AsyncWrappedSyncEntityIO
  3. AsyncEntityWriter
  4. EntityWriter
  5. AsyncEntityIO
  6. EntityIO
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Ctx = EntityIOContext[Future]

    Definition Classes
    EntityIO
  2. abstract type Delegate <: SyncEntityWriter[ID, E]

  3. type Result = AsyncResultWithEntity[This, ID, E]

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

    Definition Classes
    AsyncEntityWriter → EntityWriter
  5. abstract type This <: AsyncEntityWriter[ID, E]

    Definition Classes
    AsyncEntityWriter → EntityWriter

Abstract Value Members

  1. abstract def createInstance(state: (Delegate.This, Option[E])): (This, Option[E])

    Attributes
    protected
  2. abstract val delegate: Delegate

    デリゲート。

    デリゲート。

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Definition Classes
    EntityWriter
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAsyncWrappedEntityIOContext(ctx: Ctx): AsyncWrappedSyncEntityIOContext

    EntityIOContextAsyncWrappedSyncEntityIOContextに変換する。

    EntityIOContextAsyncWrappedSyncEntityIOContextに変換する。

    ctx

    EntityIOContext

    returns

    AsyncWrappedSyncEntityIOContext

    Attributes
    protected
    Definition Classes
    AsyncWrappedSyncEntityIO
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getExecutionContext(ctx: Ctx): ExecutionContext

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

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

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def store(entity: E)(implicit ctx: Ctx): Future[Result]

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

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

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def traverseWithThis[A](values: Seq[A])(processor: (This, A) ⇒ Future[Result])(implicit ctx: Ctx): Future[Results]

    Attributes
    protected
    Definition Classes
    AsyncEntityWriter → EntityWriter
  26. def update(identifier: ID, entity: E)(implicit ctx: Ctx): Future[Result]

    Definition Classes
    EntityWriter
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AsyncWrappedSyncEntityIO

Inherited from AsyncEntityWriter[ID, E]

Inherited from EntityWriter[ID, E, Future]

Inherited from AsyncEntityIO

Inherited from EntityIO[Future]

Inherited from AnyRef

Inherited from Any

Ungrouped