Packages

package text

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. text
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait AsCharBuffer[F[_], T] extends CharLikeChunks[F, T]
  2. trait CharLikeChunks[F[_], In] extends AnyRef

    A typeclass witnessing that a stream of type In has chunks that can be iterated over to get characters.

    A typeclass witnessing that a stream of type In has chunks that can be iterated over to get characters.

    Annotations
    @implicitNotFound() @deprecatedInheritance()
  3. sealed abstract class CharRanges extends AnyRef

Value Members

  1. object CharLikeChunks
  2. object CharRanges
  3. object ascii

    Import this if your byte stream is encoded in ASCII

  4. object latin1

    Import this if your byte stream is encoded in ISO-8859-1 (aka latin1)

  5. object latin9

    Import this if your byte stream is encoded in ISO-8859-15 (aka latin9)

  6. object utf8

    Import this if your byte stream is encoded in UTF-8

Inherited from AnyRef

Inherited from Any

Ungrouped