GE

object GE extends GEPlatform
Companion:
class
class Object
trait Matchable
class Any
GE.type

Type members

Classlikes

trait Lazy[A] extends Expander[UGenInLike[A]] with GE[A]

Types

type B = GE[Boolean]
type D = GE[Double]
type I = GE[Int]
type L = GE[Long]

Implicits

Implicits

implicit def booleanConst(x: Boolean): Const[Boolean]
implicit def doubleConst(x: Double): Const[Double]
implicit def fromSeq[A](xs: Seq[GE[A]]): GE[A]
implicit def intConst(x: Int): Const[Int]
implicit def longConst(x: Long): Const[Long]

Inherited implicits

implicit def doubleFrom[A](in: A)(implicit as: AsDouble[A]): D
Inherited from:
GEPlatform