Packages

object syntax

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CatsCompatible[ZioType] extends AnyRef
  2. trait CatsCompatibleLowPriority extends AnyRef
  3. class DynamoDBExceutorF[F[_]] extends AnyRef
  4. implicit class DynamoDBQueryOps[F[_], In, Out] extends AnyRef

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 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 of A and returns a stream of Either[DynamoDBError.DecodingError, (A, Option[From])] where From has an associated Schema

  6. 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 => PrimaryKey to an input stream of A and returns a stream of (A, Option[Item]).

    Applies function pk: A => PrimaryKey to an input stream of A and returns a stream of (A, Option[Item]). Note this uses the lower level API so returns a type unsafe Item.

  7. 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 of A, where function f is a write operation ie put or delete

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def toZioEffect[F[_], A](t: F[A])(implicit d: Dispatcher[F]): Task[A]
  21. def toZioFunctionK[F[_]](implicit d: Dispatcher[F]): FunctionK[F, Task]
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. object CatsCompatible extends CatsCompatibleLowPriority
  26. object DynamoDBExceutorF

Inherited from AnyRef

Inherited from Any

Ungrouped