object
ScanamoFree
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
delete(tableName: String)(key: UniqueKey[_]): ScanamoOps[DeleteItemResult]
-
def
deleteAll(tableName: String)(items: UniqueKeys[_]): ScanamoOps[List[BatchWriteItemResult]]
-
-
-
def
finalize(): Unit
-
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
putAll[T](tableName: String)(items: Set[T])(implicit f: DynamoFormat[T]): ScanamoOps[List[BatchWriteItemResult]]
-
-
def
query0[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[QueryResult]
-
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
scan0[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[ScanResult]
-
def
scanM[M[_], T](tableName: String, pageSize: Int)(implicit arg0: Monad[M], arg1: MonoidK[M], arg2: DynamoFormat[T]): ScanamoOpsT[M, List[Either[DynamoReadError, T]]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit