DynamoOperator

sealed abstract class DynamoOperator(val op: String) extends Product with Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GT.type
object GTE.type
object LT.type
object LTE.type

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Concrete fields

val op: String