trait StringColMagnet[C] extends (Magnets.this)#Magnet[C] with (Magnets.this)#HexCompatible[C] with (Magnets.this)#ComparableWith[(Magnets.this)#StringColMagnet[_]] with (Magnets.this)#ScalaStringFunctionOps with (Magnets.this)#StringOps with (Magnets.this)#StringSearchOps with (Magnets.this)#EmptyNonEmptyCol[C]
String-like columns
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringColMagnet
- EmptyNonEmptyCol
- StringSearchOps
- StringOps
- ScalaStringFunctionOps
- ComparableWith
- HexCompatible
- Magnet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
column: TableColumn[C]
- Definition Classes
- Magnet
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
!==(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
<(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
def
<=(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
def
<>(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
===(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
def
>(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
def
>=(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
def
appendTrailingCharIfAbsent(col: (Magnets.this)#StringColMagnet[_], c: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#AppendTrailingCharIfAbsent
- Definition Classes
- StringOps
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
concat(col2: (Magnets.this)#StringColMagnet[_], coln: (Magnets.this)#StringColMagnet[_]*): (Magnets.this)#Concat
- Definition Classes
- StringOps
-
def
contains(other: (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
- Definition Classes
- ScalaStringFunctionOps
-
def
containsAnyOf[S](others: Iterable[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
- Definition Classes
- ScalaStringFunctionOps
-
def
convertCharset(from: (Magnets.this)#StringColMagnet[_], to: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ConvertCharset
- Definition Classes
- StringOps
-
def
empty(): (Magnets.this)#Empty
- Definition Classes
- StringOps
-
def
endsWith(other: (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
- Definition Classes
- ScalaStringFunctionOps
-
def
endsWithAnyOf[S](others: Seq[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
- Definition Classes
- ScalaStringFunctionOps
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extract(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Extract
- Definition Classes
- StringSearchOps
-
def
extractAll(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ExtractAll
- Definition Classes
- StringSearchOps
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isEq(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
- Definition Classes
- ComparableWith
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
length(): (Magnets.this)#Length
- Definition Classes
- StringOps
-
def
lengthUTF8(): (Magnets.this)#LengthUTF8
- Definition Classes
- StringOps
-
def
like(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Like
- Definition Classes
- StringSearchOps
-
def
like[S](others: Iterable[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
- Definition Classes
- ScalaStringFunctionOps
-
def
lower(): (Magnets.this)#Lower
- Definition Classes
- StringOps
-
def
lowerUTF8(): (Magnets.this)#LowerUTF8
- Definition Classes
- StringOps
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
notEmpty(): (Magnets.this)#NotEmpty
- Definition Classes
- StringOps
-
def
notLike(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#NotLike
- Definition Classes
- StringSearchOps
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
position(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Position
- Definition Classes
- StringSearchOps
-
def
positionCaseInsensitive(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Position
- Definition Classes
- StringSearchOps
-
def
positionUTF8(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#PositionUTF8
- Definition Classes
- StringSearchOps
-
def
positionUTF8CaseInsensitive(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#PositionUTF8
- Definition Classes
- StringSearchOps
-
def
replaceAll(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceAll
- Definition Classes
- StringSearchOps
-
def
replaceOne(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceOne
- Definition Classes
- StringSearchOps
-
def
replaceRegexpAll(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceRegexpAll
- Definition Classes
- StringSearchOps
-
def
replaceRegexpOne(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceRegexpOne
- Definition Classes
- StringSearchOps
-
def
reverse(): (Magnets.this)#Reverse
- Definition Classes
- StringOps
-
def
reverseUTF8(): (Magnets.this)#ReverseUTF8
- Definition Classes
- StringOps
-
def
startsWith(other: (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
- Definition Classes
- ScalaStringFunctionOps
-
def
startsWithAnyOf[S](others: Seq[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
- Definition Classes
- ScalaStringFunctionOps
-
def
strMatch(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#StrMatch
- Definition Classes
- StringSearchOps
-
def
substring(offset: (Magnets.this)#NumericCol[_], length: (Magnets.this)#NumericCol[_]): (Magnets.this)#Substring
- Definition Classes
- StringOps
-
def
substringUTF8(col: (Magnets.this)#StringColMagnet[_], offset: (Magnets.this)#NumericCol[_], length: (Magnets.this)#NumericCol[_]): (Magnets.this)#SubstringUTF8
- Definition Classes
- StringOps
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
upper(): (Magnets.this)#Upper
- Definition Classes
- StringOps
-
def
upperUTF8(): (Magnets.this)#UpperUTF8
- Definition Classes
- StringOps
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
||(col2: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Concat
- Definition Classes
- StringOps
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.