Packages

trait StringOps extends AnyRef

Self Type
(StringFunctions.this)#StringColMagnet[_] with (StringFunctions.this)#EmptyNonEmptyCol[_]
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def appendTrailingCharIfAbsent(col: (StringFunctions.this)#StringColMagnet[_], c: (StringFunctions.this)#StringColMagnet[_]): (StringFunctions.this)#AppendTrailingCharIfAbsent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def concat(col2: (StringFunctions.this)#StringColMagnet[_], coln: (StringFunctions.this)#StringColMagnet[_]*): (StringFunctions.this)#Concat
  8. def convertCharset(from: (StringFunctions.this)#StringColMagnet[_], to: (StringFunctions.this)#StringColMagnet[_]): (StringFunctions.this)#ConvertCharset
  9. def empty(): (StringFunctions.this)#Empty
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def length(): (StringFunctions.this)#Length
  16. def lengthUTF8(): (StringFunctions.this)#LengthUTF8
  17. def lower(): (StringFunctions.this)#Lower
  18. def lowerUTF8(): (StringFunctions.this)#LowerUTF8
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def notEmpty(): (StringFunctions.this)#NotEmpty
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def reverse(): (StringFunctions.this)#Reverse
  24. def reverseUTF8(): (StringFunctions.this)#ReverseUTF8
  25. def substring(offset: (StringFunctions.this)#NumericCol[_], length: (StringFunctions.this)#NumericCol[_]): (StringFunctions.this)#Substring
  26. def substringUTF8(col: (StringFunctions.this)#StringColMagnet[_], offset: (StringFunctions.this)#NumericCol[_], length: (StringFunctions.this)#NumericCol[_]): (StringFunctions.this)#SubstringUTF8
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def upper(): (StringFunctions.this)#Upper
  30. def upperUTF8(): (StringFunctions.this)#UpperUTF8
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def ||(col2: (StringFunctions.this)#StringColMagnet[_]): (StringFunctions.this)#Concat

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped