AsTokens

object AsTokens
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[Source, Token](implicit at: AsTokens[Source, Token]): AsTokens[Source, Token]

Implicits

Implicits

implicit def indexedSeq[Token]: AsTokens[IndexedSeq[Token], Token]

Indexed sequences are already tokenized.

Indexed sequences are already tokenized.

implicit def list[Token]: AsTokens[List[Token], Token]
implicit def seq[Token]: AsTokens[Seq[Token], Token]
implicit val string: AsTokens[String, Char]

Strings tokenize to arrays of characters.

Strings tokenize to arrays of characters.