Between

org.scanamo.query.Between
final case class Between[V](key: AttributeName, lo: V, hi: V)(implicit evidence$1: DynamoFormat[V]) extends RangeKeyCondition[V]

Attributes

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