UnaryOp

final case class UnaryOp[A, B](op: Op[A, B], in: GE[A]) extends SingleOut[B]
Companion:
object
trait Serializable
trait SingleOut[B]
trait Lazy[B]
trait GE[B]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product