Packages

final case class DynamoExecution[DR <: DynamoRequest, Dec, +A](dynamoQuery: DynamoQuery[DR, Dec], executionStrategy: ExecutionStrategy[DR, Dec, A]) extends Dependent[DR, Dec, [α$0$[_$1, +_]]α$0$[Throwable, A]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Dependent[DR, Dec, [α$0$[_$1, +_]]α$0$[Throwable, A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoExecution
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Dependent
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DynamoExecution(dynamoQuery: DynamoQuery[DR, Dec], executionStrategy: ExecutionStrategy[DR, Dec, A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def boolConditionSuccess: DynamoExecution[DR, Dec, Boolean]
  6. def catchAll[A1 >: A](err: (Throwable) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, A1]): DynamoExecution[DR, Dec, A1]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def discardInterpreterError[Err](implicit arg0: ClassTag[Err]): DynamoExecution[DR, Dec, A]

    Methods below will mutate interpreter error handler.

    Methods below will mutate interpreter error handler. You can use them to log any error raised during request execution on interpreter level.

  9. val dynamoQuery: DynamoQuery[DR, Dec]
    Definition Classes
    DynamoExecutionDependent
  10. def eitherConditionSuccess: DynamoExecution[DR, Dec, Either[ConditionalCheckFailedException, A]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val executionStrategy: ExecutionStrategy[DR, Dec, A]
    Definition Classes
    DynamoExecutionDependent
  13. def flatMap[B](f: (A) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, B]): DynamoExecution[DR, Dec, B]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def map[B](f: (A) ⇒ B): DynamoExecution[DR, Dec, B]
  17. def modify(f: (DR) ⇒ DR): DynamoExecution[DR, Dec, A]
  18. def modifyExecution[B](f: (UnknownF[Throwable, A]) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, B]): DynamoExecution[DR, Dec, B]
  19. def modifyQuery(f: (DynamoQuery[DR, Dec]) ⇒ DynamoQuery[DR, Dec]): DynamoExecution[DR, Dec, A]
  20. def modifyStrategy[Dec1 >: Dec, B](f: (ExecutionStrategy[DR, Dec, A]) ⇒ ExecutionStrategy[DR, Dec1, B]): DynamoExecution[DR, Dec1, B]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def optConditionFailure: DynamoExecution[DR, Dec, Option[ConditionalCheckFailedException]]
  25. def redeem[B](err: (Throwable) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, B], succ: (A) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, B]): DynamoExecution[DR, Dec, B]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def tapInterpreterError(handler: (StrategyInput[UnknownF, DR, Dec]) ⇒ PartialFunction[DynamoException, UnknownF[Nothing, Unit]]): DynamoExecution[DR, Dec, A]
  28. def void: DynamoExecution[DR, Dec, Unit]
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dependent[DR, Dec, [α$0$[_$1, +_]]α$0$[Throwable, A]]

Inherited from AnyRef

Inherited from Any

Ungrouped