package text
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- text
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait AsCharBuffer[F[_], T] extends CharLikeChunks[F, T]
- 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()
- sealed abstract class CharRanges extends AnyRef
Value Members
- object CharLikeChunks
- object CharRanges
- object 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)
- object 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