object syntax
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- syntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait CatsCompatible[ZioType] extends AnyRef
- trait CatsCompatibleLowPriority extends AnyRef
- class DynamoDBExceutorF[F[_]] extends AnyRef
- implicit class DynamoDBQueryOps[F[_], In, Out] extends AnyRef
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 batchReadFromStreamF[F[_], A, From](tableName: String, fs2StreamIn: Stream[F, A], mPar: Int = 10)(pk: (A) => PrimaryKeyExpr[From])(implicit arg0: Schema[From], dynamoDBExceutorF: DynamoDBExceutorF[F], async: Async[F], d: Dispatcher[F]): Stream[F, Either[DecodingError, (A, Option[From])]]
Applies function
pk: A => KeyConditionExpr.PrimaryKeyExpr[From]to an input stream ofAand returns a stream ofEither[DynamoDBError.DecodingError, (A, Option[From])]whereFromhas an associated Schema - def batchReadItemFromStreamF[F[_], A](tableName: String, fs2StreamIn: Stream[F, A], mPar: Int = 10)(pk: (A) => PrimaryKey)(implicit dynamoDBExceutorF: DynamoDBExceutorF[F], async: Async[F], d: Dispatcher[F]): Stream[F, (A, Option[Item])]
Applies function
pk: A => PrimaryKeyto an input stream ofAand returns a stream of(A, Option[Item]).Applies function
pk: A => PrimaryKeyto an input stream ofAand returns a stream of(A, Option[Item]). Note this uses the lower level API so returns a type unsafe Item. - def batchWriteFromStreamF[F[_], A, In, B](fs2StreamIn: Stream[F, A], mPar: Int = 10)(f: (A) => DynamoDBQuery[In, B])(implicit dynamoDBExceutorF: DynamoDBExceutorF[F], async: Async[F], d: Dispatcher[F]): Stream[F, B]
Applies function
f: A => DynamoDBQuery[In, B]to an input stream ofA, where function f is a write operation ie put or delete - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toZioEffect[F[_], A](t: F[A])(implicit d: Dispatcher[F]): Task[A]
- def toZioFunctionK[F[_]](implicit d: Dispatcher[F]): FunctionK[F, Task]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object CatsCompatible extends CatsCompatibleLowPriority
- object DynamoDBExceutorF