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[DeleteItemResult]
- def deleteAll(tableName: String)(items: UniqueKeys[_]): ScanamoOps[List[BatchWriteItemResult]]
-
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
-
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 f: DynamoFormat[T]): ScanamoOps[Option[Either[DynamoReadError, T]]]
- def putAll[T](tableName: String)(items: Set[T])(implicit f: DynamoFormat[T]): ScanamoOps[List[BatchWriteItemResult]]
- def query[T](tableName: String)(query: Query[_])(implicit arg0: DynamoFormat[T]): ScanamoOps[List[Either[DynamoReadError, T]]]
- 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
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)
- def scan[T](tableName: String)(implicit arg0: DynamoFormat[T]): ScanamoOps[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
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- 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()