final class ILikeExtension[B] extends AnyVal with ExtensionMethods[String, B]
Adds ilike operator to slick.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ILikeExtension
- ExtensionMethods
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ILikeExtension(c: Rep[B])
Type Members
- type o = AnyRef { ... /* 2 definitions in type refinement */ }
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def b1Type: TypedType[String]
- Attributes
- protected[this]
- Definition Classes
- ILikeExtension → ExtensionMethods
- val c: Rep[B]
- Definition Classes
- ILikeExtension → ExtensionMethods
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def ilike[R](e: String)(implicit om: OptionMapper2[String, String, Boolean, B, B, R]): Rep[R]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def n: Node
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- Annotations
- @inline()
- implicit def p1Type: TypedType[B]
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- def tpe[T](r: Rep[T]): TypedType[T]
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- Annotations
- @inline()