Repeated

name.rayrobdod.stringContextParserCombinator.typeclass.Repeated
See theRepeated companion trait
object Repeated

Predefined implicit implementations of Repeated

Attributes

Companion
trait
Source
Repeat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Repeated.type

Members list

Implicits

Implicits

implicit def charToString: Repeated[Char, String]

Creates a String consisting of each of the input Char values in order

Creates a String consisting of each of the input Char values in order

Attributes

Source
Repeat.scala

Creates a String consisting of each of the input CodePoint values in order

Creates a String consisting of each of the input CodePoint values in order

Attributes

Source
Repeat.scala
implicit def unit: Repeated[Unit, Unit]

Repeated units results in a unit

Repeated units results in a unit

Attributes

Source
Repeat.scala

Inherited implicits

implicit def toList[A]: Repeated[A, List[A]]

The fallback Repeated; creates a List containing each of the input values

The fallback Repeated; creates a List containing each of the input values

Attributes

Inherited from:
LowPrioRepeated (hidden)
Source
Repeat.scala