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() @HotSpotIntrinsicCandidate()
  6. def delete(tableName: String)(key: UniqueKey[_]): ScanamoOps[Unit]
  7. def deleteAll(tableName: String)(items: UniqueKeys[_]): ScanamoOps[Unit]
  8. def deleteAndReturn[T](tableName: String)(ret: DeleteReturn, key: UniqueKey[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  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() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def nativeDelete(tableName: String, key: UniqueKey[_], ret: DeleteReturn): ScanamoOps[DeleteItemResponse]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def put[T](tableName: String)(item: T)(implicit arg0: DynamoFormat[T]): ScanamoOps[Unit]
  21. def putAll[T](tableName: String)(items: Set[T])(implicit f: DynamoFormat[T]): ScanamoOps[Unit]
  22. def putAndReturn[T](tableName: String)(ret: PutReturn, item: T)(implicit arg0: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
  23. def query[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[List[Either[DynamoReadError, T]]]
  24. 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]]]
  25. def queryRaw[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[QueryResponse]
  26. def read[T](m: DynamoObject)(implicit f: DynamoFormat[T]): Either[DynamoReadError, T]
  27. def scan[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[List[Either[DynamoReadError, T]]]
  28. def scanM[M[_], T](tableName: String, pageSize: Int)(implicit arg0: Monad[M], arg1: MonoidK[M], arg2: DynamoFormat[T]): ScanamoOpsT[M, List[Either[DynamoReadError, T]]]
  29. def scanRaw[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[ScanResponse]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def transactDeleteAll(tableAndItems: List[(String, UniqueKey[_])]): ScanamoOps[TransactWriteItemsResponse]
  33. def transactDeleteAllTable(tableName: String)(items: List[UniqueKey[_]]): ScanamoOps[TransactWriteItemsResponse]
  34. def transactPutAll[T](tableAndItems: List[(String, T)])(implicit f: DynamoFormat[T]): ScanamoOps[TransactWriteItemsResponse]
  35. def transactPutAllTable[T](tableName: String)(items: List[T])(implicit f: DynamoFormat[T]): ScanamoOps[TransactWriteItemsResponse]
  36. def transactUpdateAll(tableAndItems: List[(String, (UniqueKey[_], UpdateExpression))]): ScanamoOps[TransactWriteItemsResponse]
  37. def transactUpdateAllTable(tableName: String)(items: List[(UniqueKey[_], UpdateExpression)]): ScanamoOps[TransactWriteItemsResponse]
  38. def transactionalWrite(actions: List[TransactionalWriteAction]): ScanamoOps[TransactWriteItemsResponse]
  39. def update[T](tableName: String)(key: UniqueKey[_])(update: UpdateExpression)(implicit arg0: DynamoFormat[T]): ScanamoOps[Either[DynamoReadError, T]]
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def query0[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[QueryResponse]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use queryRaw

  3. def scan0[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[ScanResponse]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use scanRaw

Inherited from AnyRef

Inherited from Any

Ungrouped