InterpolationBuilderOps

doodle.interact.syntax.InterpolationSyntax.InterpolationBuilderOps
implicit class InterpolationBuilderOps[A](start: A)

Attributes

Source:
InterpolationSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def upTo(stop: A)(implicit i: Interpolator[A]): Interpolation[A]

Attributes

Source:
InterpolationSyntax.scala
def upToIncluding(stop: A)(implicit i: Interpolator[A]): Interpolation[A]

Attributes

Source:
InterpolationSyntax.scala