AndCondition

org.scanamo.query.AndCondition
case class AndCondition[L, R](l: L, r: R)(implicit evidence$1: ConditionExpression[L], evidence$2: ConditionExpression[R])

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product