final
class
StringColumnExtensionMethods[P1] extends AnyVal with ExtensionMethods[String, P1]
Instance Constructors
-
new
StringColumnExtensionMethods(c: Rep[P1])
Type Members
-
type
o = AnyRef { ... /* 2 definitions in type refinement */ }
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
*[P1, R](i: Rep[P1])(implicit om: OptionMapper2[String, Int, String, P1, P1, R]): Rep[R]
-
def
+(other: String): String
-
def
++[P2, R](e: Rep[P2])(implicit om: OptionMapper2[String, String, String, P1, P2, R]): Rep[R]
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
b1Type: TypedType[String]
-
val
c: Rep[P1]
-
def
drop[P2, R](num: Rep[P2])(implicit om: OptionMapper2[String, Int, String, P1, P2, R]): Rep[R]
-
def
endsWith[R](s: String)(implicit om: OptionMapper2[Boolean, String, Boolean, Boolean, P1, R]): Rep[R]
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
def
indexOf[P2, R](str: Rep[P2])(implicit om: OptionMapper2[String, String, Int, P1, P2, R]): Rep[R]
-
final
def
isInstanceOf[T0]: Boolean
-
def
length[R](implicit om: OptionMapper2[Boolean, String, Int, Boolean, P1, R]): Rep[R]
-
def
like[P2, R](e: Rep[P2], esc: Char = '\u0000')(implicit om: OptionMapper2[String, String, Boolean, P1, P2, R]): Rep[R]
-
def
ltrim: Rep[P1]
-
-
implicit
def
p1Type: TypedType[P1]
-
def
replace[P2, P3, R](target: Rep[P2], replacement: Rep[P3])(implicit om: OptionMapper3[String, String, String, String, P1, P2, P3, R]): Rep[R]
-
def
reverseString: Rep[P1]
-
def
rtrim: Rep[P1]
-
def
startsWith[R](s: String)(implicit om: OptionMapper2[Boolean, String, Boolean, Boolean, P1, R]): Rep[R]
-
def
substring[P2, R](start: Rep[P2])(implicit om: OptionMapper2[String, Int, String, P1, P2, R]): Rep[R]
-
def
substring[P2, P3, R](start: Rep[P2], end: Rep[P3])(implicit om: OptionMapper3[String, Int, Int, String, P1, P2, P3, R]): Rep[R]
-
def
take[P2, R](num: Rep[P2])(implicit om: OptionMapper3[String, Int, Int, String, P1, Int, P2, R]): Rep[R]
-
def
toLowerCase: Rep[P1]
-
def
toString(): String
-
def
toUpperCase: Rep[P1]
-
-
def
trim: Rep[P1]
-
Inherited from AnyVal
Inherited from Any
Extension methods for Rep[String] and Rep[Option[String]]