org.sisioh.dddbase.lifecycle.forwarding.sync.wrapped

SyncWrappedAsyncEntityReader

trait SyncWrappedAsyncEntityReader[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityReader[ID, E] with SyncWrappedAsyncEntityIO

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

ID

識別子の型

E

エンティティの型

Linear Supertypes
SyncWrappedAsyncEntityIO, SyncEntityIO, SyncEntityReader[ID, E], EntityReader[ID, E, Try], EntityIO[Try], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyncWrappedAsyncEntityReader
  2. SyncWrappedAsyncEntityIO
  3. SyncEntityIO
  4. SyncEntityReader
  5. EntityReader
  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[Try]

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

Abstract Value Members

  1. abstract val delegate: Delegate

    Attributes
    protected
  2. abstract val timeout: Duration

    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. def apply(identifier: ID)(implicit ctx: Ctx): Try[E]

    Definition Classes
    EntityReader
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def exist(entity: E)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    EntityReader
  12. def existBy(identifier: ID)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    SyncWrappedAsyncEntityReader → EntityReader
  13. def existByMulti(identifiers: ID*)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    EntityReader
  14. def existMulti(entities: E*)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    EntityReader
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getAsyncEntityIOContext(ctx: Ctx): AsyncEntityIOContext

    EntityIOContextから AsyncEntityIOContextを取得する。

    EntityIOContextから AsyncEntityIOContextを取得する。

    ctx

    EntityIOContext

    returns

    AsyncEntityIOContext

    Attributes
    protected
    Definition Classes
    SyncWrappedAsyncEntityIO
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

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

    Attributes
    protected
    Definition Classes
    SyncEntityReader → EntityReader
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def resolveBy(identifier: ID)(implicit ctx: Ctx): Try[E]

    Definition Classes
    SyncWrappedAsyncEntityReader → EntityReader
  25. def resolveByMulti(identifiers: ID*)(implicit ctx: Ctx): Try[Seq[E]]

    Definition Classes
    EntityReader
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

    Attributes
    protected
    Definition Classes
    SyncEntityReader → EntityReader
  29. def traverseWithoutFailures[A, R](values: Seq[A])(f: (A) ⇒ Try[R])(implicit ctx: Ctx): Try[Seq[R]]

    Attributes
    protected
    Definition Classes
    EntityReader
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SyncWrappedAsyncEntityIO

Inherited from SyncEntityIO

Inherited from SyncEntityReader[ID, E]

Inherited from EntityReader[ID, E, Try]

Inherited from EntityIO[Try]

Inherited from AnyRef

Inherited from Any

Ungrouped