PatImport

trait PatImport
Companion
object
class Object
trait Matchable
class Any
object PatImport

Value members

Concrete methods

def Output[A](delta: Pat[Double], value: Pat[A]): Pat[Event]

A shortcut for Bind with time/value pairs.

A shortcut for Bind with time/value pairs.

Implicits

Implicits

implicit
def constBooleanPat(x: Boolean): Pat[Boolean]
implicit
def constDoublePat(x: Double): Pat[Double]
implicit
def constIntPat(x: Int): Pat[Int]
implicit
def constStringPat(x: String): Pat[String]
implicit
def seqToPatOps[A](xs: Seq[A]): SeqToPatOps[A]