Packages

o

org.scanamo

ScanamoFree

object ScanamoFree

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

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def delete(tableName: String)(key: UniqueKey[_]): ScanamoOps[DeleteItemResult]
  7. def deleteAll(tableName: String)(items: UniqueKeys[_]): ScanamoOps[List[BatchWriteItemResult]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get[T](tableName: String)(key: UniqueKey[_], consistent: Boolean)(implicit arg0: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
  12. def getAll[T](tableName: String)(keys: UniqueKeys[_], consistent: Boolean)(implicit arg0: DynamoFormat[T]): ScanamoOps[Set[Either[DynamoReadError, T]]]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def put[T](tableName: String)(item: T)(implicit f: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
  20. def putAll[T](tableName: String)(items: Set[T])(implicit f: DynamoFormat[T]): ScanamoOps[List[BatchWriteItemResult]]
  21. def query[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[List[Either[DynamoReadError, T]]]
  22. def query0[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[QueryResult]
  23. def queryM[M[_], T](tableName: String)(query: Query[_], pageSize: Int)(implicit arg0: Monad[M], arg1: MonoidK[M], arg2: DynamoFormat[T]): ScanamoOpsT[M, List[Either[DynamoReadError, T]]]
  24. def read[T](m: DynamoObject)(implicit f: DynamoFormat[T]): Either[DynamoReadError, T]

    prop> (m: Map[String, Int]) =>
        |   ScanamoFree.read[Map[String, Int]](
        |     DynamoObject(m.mapValues(DynamoValue.fromNumber(_)).toMap)
        |   ) == Right(m)
  25. def scan[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[List[Either[DynamoReadError, T]]]
  26. def scan0[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[ScanResult]
  27. def scanM[M[_], T](tableName: String, pageSize: Int)(implicit arg0: Monad[M], arg1: MonoidK[M], arg2: DynamoFormat[T]): ScanamoOpsT[M, List[Either[DynamoReadError, T]]]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def update[T](tableName: String)(key: UniqueKey[_])(update: UpdateExpression)(implicit arg0: DynamoFormat[T]): ScanamoOps[Either[DynamoReadError, T]]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped