Class/Object

nonemptystring

NonEmptyString

Related Docs: object NonEmptyString | package nonemptystring

Permalink

final case class NonEmptyString(head: Char, tail: String) extends Product with Serializable

As String but guaranteed to contain at least one character.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEmptyString
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NonEmptyString(head: Char, tail: String)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def charAt(x1: Int): Char

    Permalink
  6. def chars: IntStream

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def codePointAt(x1: Int): Int

    Permalink
  9. def codePointBefore(x1: Int): Int

    Permalink
  10. def codePointCount(x1: Int, x2: Int): Int

    Permalink
  11. def codePoints: IntStream

    Permalink
  12. def compareTo(x1: String): Int

    Permalink
  13. def compareToIgnoreCase(x1: String): Int

    Permalink
  14. def concat(x1: String): NonEmptyString

    Permalink
  15. def contains(x1: CharSequence): Boolean

    Permalink
  16. def contentEquals(x1: StringBuffer): Boolean

    Permalink
  17. def contentEquals(x1: CharSequence): Boolean

    Permalink
  18. def endsWith(x1: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. def equalsIgnoreCase(x1: String): Boolean

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getBytes(x1: Charset): Array[Byte]

    Permalink
  23. def getBytes(x1: String): Array[Byte]

    Permalink
  24. def getBytes(x1: Int, x2: Int, x3: Array[Byte], x4: Int): Unit

    Permalink
  25. def getBytes: Array[Byte]

    Permalink
  26. def getChars(x1: Int, x2: Int, x3: Array[Char], x4: Int): Unit

    Permalink
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. val head: Char

    Permalink
  29. def indexOf(x1: String, x2: Int): Int

    Permalink
  30. def indexOf(x1: String): Int

    Permalink
  31. def indexOf(x1: Int, x2: Int): Int

    Permalink
  32. def indexOf(x1: Int): Int

    Permalink
  33. def intern: String

    Permalink
  34. def isEmpty: Boolean

    Permalink
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def lastIndexOf(x1: String, x2: Int): Int

    Permalink
  37. def lastIndexOf(x1: String): Int

    Permalink
  38. def lastIndexOf(x1: Int, x2: Int): Int

    Permalink
  39. def lastIndexOf(x1: Int): Int

    Permalink
  40. def length: Int

    Permalink
  41. def matches(x1: String): Boolean

    Permalink
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def offsetByCodePoints(x1: Int, x2: Int): Int

    Permalink
  46. def regionMatches(x1: Int, x2: String, x3: Int, x4: Int): Boolean

    Permalink
  47. def regionMatches(x1: Boolean, x2: Int, x3: String, x4: Int, x5: Int): Boolean

    Permalink
  48. def replace(oldChar: Char, newChar: Char): NonEmptyString

    Permalink
  49. def replace(x1: CharSequence, x2: CharSequence): String

    Permalink
  50. def replaceAll(x1: String, x2: String): String

    Permalink
  51. def replaceFirst(x1: String, x2: String): String

    Permalink
  52. def split(x1: String, x2: Int): Array[String]

    Permalink
  53. def split(x1: String): Array[String]

    Permalink
  54. def startsWith(x1: String, x2: Int): Boolean

    Permalink
  55. def startsWith(x1: String): Boolean

    Permalink
  56. def subSequence(x1: Int, x2: Int): CharSequence

    Permalink
  57. def substring(x1: Int, x2: Int): String

    Permalink
  58. def substring(x1: Int): String

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

    Permalink
    Definition Classes
    AnyRef
  60. val tail: String

    Permalink
  61. def toCharArray: Array[Char]

    Permalink
  62. def toLowerCase(x1: Locale): NonEmptyString

    Permalink
  63. def toLowerCase: NonEmptyString

    Permalink
  64. def toString(): String

    Permalink
    Definition Classes
    NonEmptyString → AnyRef → Any
  65. def toUpperCase(x1: Locale): NonEmptyString

    Permalink
  66. def toUpperCase: NonEmptyString

    Permalink
  67. def trim: String

    Permalink
  68. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped