com.bilalfazlani.scalaAql

Members list

Type members

Classlikes

case class And[+E <: Expression](nested: List[E])(implicit evidence$1: ExpressionEncoder[E]) extends Expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
case class Eq(constant: String) extends Matcher

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Matcher
class Object
trait Matchable
class Any
Show all
sealed trait Expression

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class And[E]
class Or[E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class Match(pattern: String) extends Matcher

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Eq
class Match
case class MatcherExpression(param: String, matcher: Matcher) extends Expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
case class Or[+E <: Expression](nested: List[E])(implicit evidence$2: ExpressionEncoder[E]) extends Expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
case class Query[E <: Expression](expresion: E, limit: Option[Int], offset: Option[Int], include: Set[String])(implicit evidence$1: ExpressionEncoder[E])

Attributes

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