Condition

org.scanamo.query.Condition
See theCondition companion object
case class Condition[T](t: T)(implicit T: ConditionExpression[T])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def and[Y : ConditionExpression](other: Y): AndCondition[T, Y]
def or[Y : ConditionExpression](other: Y): OrCondition[T, Y]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product