Lazy

trait Lazy[A] extends Expander[UGenInLike[A]] with GE[A]
trait GE[A]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any
class GEBlock[A]
class ChannelProxy[A]
class ElseGE[A]
class Feed[A]
class Flatten[A]
class LeakDC
class MonoEqP
class PitchAC
class Reduce[A]
class UnzipWindow[A]

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
protected def makeUGens(implicit b: Builder): UGenInLike[A]

Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion

Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion

Returns:

the expanded object (depending on the type parameter U)

Inherited from:
Expander
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product