final case class DynamoKey[-H, -R](hashKey: DynamoField[H], rangeKey: Option[DynamoField[R]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoKey
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamoKey(hashKey: DynamoField[H], rangeKey: Option[DynamoField[R]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(hashValue: H): Map[String, AttributeValue]
- def bind(hashValue: H, rangeValue: R): Map[String, AttributeValue]
- def bind(hashValue: H, rangeValue: Option[R] = None): Map[String, AttributeValue]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def contramapBoth[H1, R1](f: (H1) ⇒ H, g: (R1) ⇒ R): DynamoKey[H1, R1]
- def contramapHash[H1](f: (H1) ⇒ H): DynamoKey[H1, R]
- def contramapRange[R1](f: (R1) ⇒ R): DynamoKey[H, R1]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hashKey: DynamoField[H]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyFields: Set[DynamoField[_]]
- def keyNames: Set[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val rangeKey: Option[DynamoField[R]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toAttributes: List[AttributeDefinition]
- def toJava: List[KeySchemaElement]
- def toList: List[KeySchemaElement]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated