KeyIs

org.scanamo.query.KeyIs
See theKeyIs companion object
final case class KeyIs[V](key: AttributeName, operator: DynamoOperator, v: V)(implicit evidence$1: DynamoFormat[V]) extends RangeKeyCondition[V]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def attributes: Map[String, V]

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product