RangeKeyCondition

org.scanamo.query.RangeKeyCondition
sealed abstract class RangeKeyCondition[V] extends Product, Serializable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class BeginsWith[V]
class Between[V]
class KeyIs[V]

Members list

Value members

Abstract methods

def attributes: Map[String, V]

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Abstract fields