Between

final case class Between[V](key: AttributeName, lo: V, hi: V)(implicit evidence$9: DynamoFormat[V]) extends RangeKeyCondition[V]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def attributes: Map[String, V]
Definition Classes
override def keyConditionExpression(s: String): String
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product