final case class StrategyInput[F[+_, +_], DR <: DynamoRequest, +Dec](query: DynamoQuery[DR, Dec], F: BIOTemporal[F], interpreter: DynamoInterpreter[F], streamExecutionWrapper: ~>[[β$3$]F[Throwable, β$3$], [β$4$]F[Throwable, β$4$]] = FunctionK.id[F[Throwable, ?]], interpreterErrorLogger: PartialFunction[DynamoException, F[Nothing, Unit]] = PartialFunction.empty) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StrategyInput
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StrategyInput(query: DynamoQuery[DR, Dec], F: BIOTemporal[F], interpreter: DynamoInterpreter[F], streamExecutionWrapper: ~>[[β$3$]F[Throwable, β$3$], [β$4$]F[Throwable, β$4$]] = FunctionK.id[F[Throwable, ?]], interpreterErrorLogger: PartialFunction[DynamoException, F[Nothing, Unit]] = PartialFunction.empty)
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
- implicit val F: BIOTemporal[F]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def discardInterpreterError[Err](implicit arg0: ClassTag[Err]): StrategyInput[F, DR, Dec]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val interpreter: DynamoInterpreter[F]
- val interpreterErrorLogger: PartialFunction[DynamoException, F[Nothing, Unit]]
-
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()
- val query: DynamoQuery[DR, Dec]
- val streamExecutionWrapper: ~>[[β$1$]F[Throwable, β$1$], [β$2$]F[Throwable, β$2$]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tapInterpreterError(f: PartialFunction[DynamoException, F[Nothing, Unit]]): StrategyInput[F, DR, Dec]
-
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
- Deprecated
(Since version ) see corresponding Javadoc for more information.