fs2.data.text

Members list

Concise view

Type members

Classlikes

trait CharLikeChunks[F[_], In]

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.

Attributes

Companion:
object
Source:
CharLikeChunks.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
CharLikeChunks.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class CharRanges

Attributes

Companion:
object
Source:
CharRanges.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object CharRanges

Attributes

Companion:
class
Source:
CharRanges.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object ascii

Import this if your byte stream is encoded in ASCII

Import this if your byte stream is encoded in ASCII

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ascii.type
object latin1

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

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

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
latin1.type
object latin9

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

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

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
latin9.type
object utf8

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

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

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
utf8.type