Class

be.venneborg.refined.RefinedExtensions

RefinedStringColumnExtensionMethods

Related Doc: package RefinedExtensions

Permalink

class RefinedStringColumnExtensionMethods[S, P, P1] extends ExtensionMethods[Refined[String, P], P1]

Linear Supertypes
ExtensionMethods[Refined[String, P], P1], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RefinedStringColumnExtensionMethods
  2. ExtensionMethods
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RefinedStringColumnExtensionMethods(c: slick.jdbc.JdbcProfile.API.Rep[P1])(implicit tm: TypedType[S])

    Permalink

Type Members

  1. type o = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ExtensionMethods

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *[P2, R](i: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit om: OptionMapper2[Refined[String, P], Int, String, P1, P2, R]): Rep[R]

    Permalink
  4. def ++[P2, R](e: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit om: OptionMapper2[Refined[String, P], String, String, P1, P2, R]): Rep[R]

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit def b1Type: TypedType[Refined[String, P]]

    Permalink
    Attributes
    protected
    Definition Classes
    RefinedStringColumnExtensionMethods → ExtensionMethods
  8. val c: slick.jdbc.JdbcProfile.API.Rep[P1]

    Permalink
    Definition Classes
    RefinedStringColumnExtensionMethods → ExtensionMethods
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def drop[P2, R](num: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit om: OptionMapper2[Refined[String, P], Int, String, P1, P2, R]): Rep[R]

    Permalink
  11. def endsWith[R](s: String)(implicit om: OptionMapper2[Boolean, Refined[String, P], Boolean, Boolean, P1, R]): Rep[R]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def ilike[P2, R](e: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit om: OptionMapper2[Refined[String, P], String, Boolean, P1, P2, R]): Rep[R]

    Permalink
  18. def indexOf[P2, R](str: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit om: OptionMapper2[Refined[String, P], String, Int, P1, P2, R]): Rep[R]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def length[R](implicit om: OptionMapper2[Boolean, Refined[String, P], Int, Boolean, P1, R]): Rep[R]

    Permalink
  21. def like[P2, R](e: slick.jdbc.JdbcProfile.API.Rep[P2], esc: Char = '\u0000')(implicit om: OptionMapper2[Refined[String, P], String, Boolean, P1, P2, R]): Rep[R]

    Permalink
  22. def ltrim: Rep[S]

    Permalink
  23. def n: Node

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ExtensionMethods
    Annotations
    @inline()
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. implicit def p1Type: TypedType[P1]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ExtensionMethods
    Annotations
    @inline()
  28. def replace[P2, P3, R](target: slick.jdbc.JdbcProfile.API.Rep[P2], replacement: slick.jdbc.JdbcProfile.API.Rep[P3])(implicit om: OptionMapper3[Refined[String, P], String, String, String, P1, P2, P3, R]): Rep[R]

    Permalink
  29. def reverseString: Rep[S]

    Permalink
  30. def rtrim: Rep[S]

    Permalink
  31. def startsWith[R](s: String)(implicit om: OptionMapper2[Boolean, Refined[String, P], Boolean, Boolean, P1, R]): Rep[R]

    Permalink
  32. def substring[P2, R](start: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit om: OptionMapper2[Refined[String, P], Int, String, P1, P2, R]): Rep[R]

    Permalink
  33. def substring[P2, P3, R](start: slick.jdbc.JdbcProfile.API.Rep[P2], end: slick.jdbc.JdbcProfile.API.Rep[P3])(implicit om: OptionMapper3[Refined[String, P], Int, Int, String, P1, P2, P3, R]): Rep[R]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def take[P2, R](num: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit om: OptionMapper3[Refined[String, P], Int, Int, String, P1, Int, P2, R]): Rep[R]

    Permalink
  36. def toLowerCase: Rep[S]

    Permalink
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def toUpperCase: Rep[S]

    Permalink
  39. def tpe[T](r: Rep[T]): TypedType[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ExtensionMethods
    Annotations
    @inline()
  40. def trim: Rep[S]

    Permalink
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExtensionMethods[Refined[String, P], P1]

Inherited from AnyRef

Inherited from Any

Ungrouped