object ScanamoFree
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScanamoFree
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def delete(tableName: String)(key: UniqueKey[_]): ScanamoOps[Unit]
- def deleteAll(tableName: String)(items: UniqueKeys[_]): ScanamoOps[Unit]
- def deleteAndReturn[T](tableName: String)(ret: DeleteReturn, key: UniqueKey[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get[T](tableName: String)(key: UniqueKey[_], consistent: Boolean)(implicit arg0: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
- def getAll[T](tableName: String)(keys: UniqueKeys[_], consistent: Boolean)(implicit arg0: DynamoFormat[T]): ScanamoOps[Set[Either[DynamoReadError, T]]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def nativeDelete(tableName: String, key: UniqueKey[_], ret: DeleteReturn): ScanamoOps[DeleteItemResponse]
-
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()
- def put[T](tableName: String)(item: T)(implicit arg0: DynamoFormat[T]): ScanamoOps[Unit]
- def putAll[T](tableName: String)(items: Set[T])(implicit f: DynamoFormat[T]): ScanamoOps[Unit]
- def putAndReturn[T](tableName: String)(ret: PutReturn, item: T)(implicit arg0: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
- def query[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[List[Either[DynamoReadError, T]]]
- 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]]]
- def queryRaw[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[QueryResponse]
- def read[T](m: DynamoObject)(implicit f: DynamoFormat[T]): Either[DynamoReadError, T]
- def scan[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[List[Either[DynamoReadError, T]]]
- def scanM[M[_], T](tableName: String, pageSize: Int)(implicit arg0: Monad[M], arg1: MonoidK[M], arg2: DynamoFormat[T]): ScanamoOpsT[M, List[Either[DynamoReadError, T]]]
- def scanRaw[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[ScanResponse]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transactDeleteAll(tableAndItems: List[(String, UniqueKey[_])]): ScanamoOps[TransactWriteItemsResponse]
- def transactDeleteAllTable(tableName: String)(items: List[UniqueKey[_]]): ScanamoOps[TransactWriteItemsResponse]
- def transactPutAll[T](tableAndItems: List[(String, T)])(implicit f: DynamoFormat[T]): ScanamoOps[TransactWriteItemsResponse]
- def transactPutAllTable[T](tableName: String)(items: List[T])(implicit f: DynamoFormat[T]): ScanamoOps[TransactWriteItemsResponse]
- def transactUpdateAll(tableAndItems: List[(String, (UniqueKey[_], UpdateExpression))]): ScanamoOps[TransactWriteItemsResponse]
- def transactUpdateAllTable(tableName: String)(items: List[(UniqueKey[_], UpdateExpression)]): ScanamoOps[TransactWriteItemsResponse]
- def update[T](tableName: String)(key: UniqueKey[_])(update: UpdateExpression)(implicit arg0: DynamoFormat[T]): ScanamoOps[Either[DynamoReadError, T]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
Deprecated Value Members
-
def
query0[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[QueryResponse]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use
queryRaw
-
def
scan0[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[ScanResponse]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use
scanRaw