Class/Object

io.teamscala.slick.ext

QueryFilter

Related Docs: object QueryFilter | package ext

Permalink

class QueryFilter[E] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QueryFilter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryFilter()

    Permalink

Type Members

  1. type Self = QueryFilter[E]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &&(filters: (Self) ⇒ Self*): Self

    Permalink
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def and(filters: (Self) ⇒ Self*): Self

    Permalink
    Annotations
    @inline()
  6. def apply(e: E): Option[Rep[Boolean]]

    Permalink
  7. def applyTo[U, C[_]](query: Query[E, U, C]): Query[E, U, C]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def conjunction(filters: (Self) ⇒ Self*): Self

    Permalink
    Annotations
    @inline()
  11. def disjunction(filters: (Self) ⇒ Self*): Self

    Permalink
    Annotations
    @inline()
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def filter[S[_] <: Traversable[_], V, R <: Rep[_]](value: S[V])(f: (E) ⇒ (S[V]) ⇒ R)(implicit arg0: CanBeQueryCondition[R]): Self

    Permalink
  15. def filter[V, R <: Rep[_]](value: Option[V])(f: (E) ⇒ (V) ⇒ R)(implicit arg0: CanBeQueryCondition[R]): Self

    Permalink
  16. def filter(qf: QueryFilter[E]): Self

    Permalink
  17. def filter[R <: Rep[_]](f: (E) ⇒ R)(implicit arg0: CanBeQueryCondition[R]): Self

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def junction(op: SqlOperator, filters: (Self) ⇒ Self*): QueryFilter[E]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def or(filters: (Self) ⇒ Self*): Self

    Permalink
    Annotations
    @inline()
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def ||(filters: (Self) ⇒ Self*): Self

    Permalink
    Annotations
    @inline()
  33. def ~[S[_] <: Traversable[_], V, R <: Rep[_]](value: S[V])(f: (E) ⇒ (S[V]) ⇒ R)(implicit arg0: CanBeQueryCondition[R]): Self

    Permalink
    Annotations
    @inline()
  34. def ~[V, R <: Rep[_]](value: Option[V])(f: (E) ⇒ (V) ⇒ R)(implicit arg0: CanBeQueryCondition[R]): Self

    Permalink
    Annotations
    @inline()
  35. def ~(qf: QueryFilter[E]): Self

    Permalink
    Annotations
    @inline()
  36. def ~[R <: Rep[_]](f: (E) ⇒ R)(implicit arg0: CanBeQueryCondition[R]): Self

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped