ContraRepeated

name.rayrobdod.stringContextParserCombinator.typeclass.ContraRepeated
See theContraRepeated companion trait

Predefined implicit implementations of ContraRepeated

Attributes

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

Members list

Givens

Inherited givens

given quotedToExprList[A](using Quotes, Type[A]): ContraRepeated[Expr, Expr[A], Expr[List[A]]]

Attributes

Inherited from:
VersionSpecificContraRepeated (hidden)
Source
VersionSpecificRepeated.scala
given quotedUnit(using Quotes): ContraRepeated[Expr, Unit, Unit]

Attributes

Inherited from:
VersionSpecificContraRepeated (hidden)
Source
VersionSpecificRepeated.scala

Implicits

Implicits

implicit def idUnit: ContraRepeated[Id, Unit, Unit]

Attributes

Source
Repeat.scala

Inherited implicits

implicit def idToList[A]: ContraRepeated[Id, A, List[A]]

Attributes

Inherited from:
LowPrioContraRepeated (hidden)
Source
Repeat.scala