Trait

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

AsyncWrappedSyncEntityWriter

Related Doc: package wrapped

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type Ctx = EntityIOContext[Future]

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

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

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

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

    Permalink
    Definition Classes
    AsyncEntityWriter → EntityWriter

Abstract Value Members

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

    Permalink
    Attributes
    protected
  2. abstract val delegate: Delegate

    Permalink

    デリゲート。

    デリゲート。

    Attributes
    protected

Concrete 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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink

    EntityIOContextAsyncWrappedSyncEntityIOContextに変換する。

    EntityIOContextAsyncWrappedSyncEntityIOContextに変換する。

    ctx

    EntityIOContext

    returns

    AsyncWrappedSyncEntityIOContext

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    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