SortKey

zio.dynamodb.SortKeyExpression$.SortKey
final case class SortKey(keyName: String)

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def <[A](that: A)(implicit t: ToAttributeValue[A]): SortKeyExpression
def <=[A](that: A)(implicit t: ToAttributeValue[A]): SortKeyExpression
def <>[A](that: A)(implicit t: ToAttributeValue[A]): SortKeyExpression
def ===[A](that: A)(implicit t: ToAttributeValue[A]): SortKeyExpression
def >[A](that: A)(implicit t: ToAttributeValue[A]): SortKeyExpression
def >=[A](that: A)(implicit t: ToAttributeValue[A]): SortKeyExpression
def beginsWith[A](value: A)(implicit t: ToAttributeValue[A]): SortKeyExpression
def between[A](min: A, max: A)(implicit t: ToAttributeValue[A]): SortKeyExpression

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product