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
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoExecution
- Serializable
- Serializable
- Product
- Equals
- Dependent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamoExecution(dynamoQuery: DynamoQuery[DR, Dec], executionStrategy: ExecutionStrategy[DR, Dec, A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boolConditionSuccess: DynamoExecution[DR, Dec, Boolean]
- def catchAll[A1 >: A](err: (Throwable) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, A1]): DynamoExecution[DR, Dec, A1]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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.
-
val
dynamoQuery: DynamoQuery[DR, Dec]
- Definition Classes
- DynamoExecution → Dependent
- def eitherConditionSuccess: DynamoExecution[DR, Dec, Either[ConditionalCheckFailedException, A]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
executionStrategy: ExecutionStrategy[DR, Dec, A]
- Definition Classes
- DynamoExecution → Dependent
- def flatMap[B](f: (A) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, B]): DynamoExecution[DR, Dec, B]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) ⇒ B): DynamoExecution[DR, Dec, B]
- def modify(f: (DR) ⇒ DR): DynamoExecution[DR, Dec, A]
- def modifyExecution[B](f: (UnknownF[Throwable, A]) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ UnknownF[Throwable, B]): DynamoExecution[DR, Dec, B]
- def modifyQuery(f: (DynamoQuery[DR, Dec]) ⇒ DynamoQuery[DR, Dec]): DynamoExecution[DR, Dec, A]
- def modifyStrategy[Dec1 >: Dec, B](f: (ExecutionStrategy[DR, Dec, A]) ⇒ ExecutionStrategy[DR, Dec1, B]): DynamoExecution[DR, Dec1, B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def optConditionFailure: DynamoExecution[DR, Dec, Option[ConditionalCheckFailedException]]
- 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]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tapInterpreterError(handler: (StrategyInput[UnknownF, DR, Dec]) ⇒ PartialFunction[DynamoException, UnknownF[Nothing, Unit]]): DynamoExecution[DR, Dec, A]
- def void: DynamoExecution[DR, Dec, Unit]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated