object ExecutionStrategy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExecutionStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Dependent[DR <: DynamoRequest, -Dec, +Out[_[_, _]]] extends AnyRef
- final case class StrategyInput[F[+_, +_], DR <: DynamoRequest, +Dec](query: DynamoQuery[DR, Dec], F: Async2[F], FT: Temporal2[F], interpreter: DynamoInterpreter[F], streamExecutionWrapper: ~>[[β$3$]F[Throwable, β$3$], [β$4$]F[Throwable, β$4$]], interpreterErrorLogger: PartialFunction[DynamoException, F[Nothing, Unit]]) extends Product with Serializable
- trait Streamed[DR <: DynamoRequest, -Dec, +A] extends Dependent[DR, Dec, [α$9$[_$2, _$3]]Stream[[β$8$]α$9$[Throwable, β$8$], 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
- def apply[DR <: DynamoRequest, Dec, A](fn: (StrategyInput[UnknownF, DR, Dec] { type F[+a, +b] = d4s.models.ExecutionStrategy.UnknownF[a,b] }) ⇒ UnknownF[Throwable, A]): ExecutionStrategy[DR, Dec, A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- object StrategyInput extends Serializable
- object Streamed
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated