CanBeQueryCondition

slick.lifted.CanBeQueryCondition
See theCanBeQueryCondition companion object
trait CanBeQueryCondition[-T] extends T => Rep[_]

A typeclass for types that can be used as predicates in filter calls.

Attributes

Companion:
object
Source:
Query.scala
Graph
Supertypes
trait T => Rep[_]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def andThen[A](g: Rep[_] => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: T): R

Attributes

Inherited from:
Function1
def compose[A](g: A => T): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1