fs2.data.text

Type members

Classlikes

@implicitNotFound("Cannot prove that stream of type ${In} has chunks that can be iterated over to get characters")
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.

Companion:
object
Companion:
class
object ascii

Import this if your byte stream is encoded in ASCII

Import this if your byte stream is encoded in ASCII

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)

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)

object utf8

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

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