object ConditionExpression
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConditionExpression
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- implicit def andCondition[L, R](implicit arg0: ConditionExpression[L], arg1: ConditionExpression[R]): ConditionExpression[AndCondition[L, R]]
- def apply[T](implicit C: ConditionExpression[T]): ConditionExpression[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def attributeExistsCondition: ConditionExpression[AttributeExists] { val prefix: String }
- implicit def attributeNotExistsCondition: ConditionExpression[AttributeNotExists] { val prefix: String }
- implicit def attributeValueEqualsCondition[V](implicit arg0: DynamoFormat[V]): ConditionExpression[(AttributeName, V)] { val prefix: String }
- implicit def attributeValueInCondition[V](implicit arg0: DynamoFormat[V]): ConditionExpression[(AttributeName, Set[V])] { val prefix: String }
- implicit def beginsWithCondition[V](implicit arg0: DynamoFormat[V]): ConditionExpression[BeginsWith[V]] { val prefix: String }
- implicit def betweenCondition[V](implicit arg0: DynamoFormat[V]): ConditionExpression[Between[V]] { val prefix: String }
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def keyIsCondition[V](implicit arg0: DynamoFormat[V]): ConditionExpression[KeyIs[V]] { val prefix: String }
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def notCondition[T](implicit pcs: ConditionExpression[T]): ConditionExpression[Not[T]]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def orCondition[L, R](implicit arg0: ConditionExpression[L], arg1: ConditionExpression[R]): ConditionExpression[OrCondition[L, R]]
- implicit def stringValueEqualsCondition[V](implicit arg0: DynamoFormat[V]): ConditionExpression[(String, V)]
- implicit def stringValueInCondition[V](implicit arg0: DynamoFormat[V]): ConditionExpression[(String, Set[V])]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()