BiRepeated

name.rayrobdod.stringContextParserCombinator.typeclass.BiRepeated
See theBiRepeated companion trait
object BiRepeated

Predefined implicit implementations of BiRepeated

Attributes

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

Members list

Givens

Inherited givens

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

Attributes

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

Attributes

Inherited from:
VersionSpecificBiRepeated (hidden)
Source
VersionSpecificRepeated.scala

Implicits

Implicits

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

Attributes

Source
Repeat.scala

Inherited implicits

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

Attributes

Inherited from:
LowPrioBiRepeated (hidden)
Source
Repeat.scala