object UnaryOp extends ProductReader[SingleOut[_]] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnaryOp
- Serializable
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
-  final case class Abs[A]()(implicit num: Num[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
-  final case class Acos() extends OpDouble with Product with Serializable
-  type Adjuncts = List[Adjunct]
-  case class AmpDb() extends OpDouble with Product with Serializable
-  final case class Asin() extends OpDouble with Product with Serializable
-  final case class Atan() extends OpDouble with Product with Serializable
-  final case class BitNot[A]()(implicit num: NumInt[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
-  case class Ceil() extends OpDouble with Product with Serializable
-  final case class Cos() extends OpDouble with Product with Serializable
-  final case class Cosh() extends OpDouble with Product with Serializable
-  case class CpsMidi() extends OpDouble with Product with Serializable
-  case class CpsOct() extends OpDouble with Product with Serializable
-  case class Cubed[A]()(implicit num: Num[A]) extends OpSameBase[A] with OpDD with OpIL with OpLL with ProductWithAdjuncts with Product with Serializable
-  case class DbAmp() extends OpDouble with Product with Serializable
-  case class Exp() extends OpDouble with Product with Serializable
-  case class Floor() extends OpDouble with Product with Serializable
-  case class Frac() extends OpDouble with Product with Serializable
-  case class IsNaN() extends OpPred[Double] with OpDD with OpDI with Product with Serializable
-  final case class Log() extends OpDouble with Product with Serializable
-  final case class Log10() extends OpDouble with Product with Serializable
-  final case class Log2() extends OpDouble with Product with Serializable
-  case class MidiCps() extends OpDouble with Product with Serializable
-  case class MidiRatio() extends OpDouble with Product with Serializable
-  final case class Neg[A]()(implicit num: Num[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
-  case class NextPowerOfTwo[A]()(implicit num: NumInt[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
-  final case class Not[A]()(implicit num: NumBool[A]) extends OpSameBase[A] with OpDD with OpII with ProductWithAdjuncts with Product with Serializable
-  case class OctCps() extends OpDouble with Product with Serializable
-  sealed trait Op[A, B] extends Product
-   sealed  trait OpDD extends AnyRefLegacy 
-   sealed  trait OpDI extends AnyRefLegacy 
-   sealed  trait OpDL extends AnyRefLegacy 
-  abstract class OpDouble extends OpSameBase[Double] with OpDD
-   sealed  trait OpID extends AnyRefLegacy 
-   sealed  trait OpII extends AnyRefLegacy 
-   sealed  trait OpIL extends AnyRefLegacy 
-   sealed  trait OpLD extends AnyRefLegacy 
-   sealed  trait OpLI extends AnyRefLegacy 
-   sealed  trait OpLL extends AnyRefLegacy 
-  abstract class OpPred[A] extends Op[A, Boolean]
-  abstract class OpSame[A] extends OpSameBase[A] with OpDD with OpII with OpLL
-  abstract class OpSameBase[A] extends Op[A, A]
-  case class RatioMidi() extends OpDouble with Product with Serializable
-  case class Reciprocal() extends OpDouble with OpID with OpLD with Product with Serializable
-  case class Signum[A]()(implicit num: Num[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
-  final case class Sin() extends OpDouble with Product with Serializable
-  final case class Sinh() extends OpDouble with Product with Serializable
-  case class Sqrt() extends OpDouble with Product with Serializable
-  case class Squared[A]()(implicit num: Num[A]) extends OpSameBase[A] with OpDD with OpIL with OpLL with ProductWithAdjuncts with Product with Serializable
-  final case class Tan() extends OpDouble with Product with Serializable
-  final case class Tanh() extends OpDouble with Product with Serializable
-  final case class ToDouble[A]()(implicit to: ScalarToNum[A]) extends Op[A, Double] with OpDD with OpID with OpLD with ProductWithAdjuncts with Product with Serializable
-  case class ToInt[A]()(implicit to: ScalarToNum[A]) extends Op[A, Int] with OpDD with OpDI with OpLI with OpII with ProductWithAdjuncts with Product with Serializable
-  case class ToLong[A]()(implicit to: ScalarToNum[A]) extends Op[A, Long] with OpDD with OpDL with OpLL with OpIL with ProductWithAdjuncts with Product with Serializable
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def read(in: RefMapIn, key: String, arity: Int, adj: Int): SingleOut[_]- Definition Classes
- UnaryOp → ProductReader
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-  object Abs extends ProductReader[Abs[_]] with Serializable
-  object Acos extends ProductReader[Acos] with Serializable
-  object AmpDb extends ProductReader[AmpDb] with Serializable
-  object Asin extends ProductReader[Asin] with Serializable
-  object Atan extends ProductReader[Atan] with Serializable
-  object BitNot extends ProductReader[BitNot[_]] with Serializable
-  object Ceil extends ProductReader[Ceil] with Serializable
-  object Cos extends ProductReader[Cos] with Serializable
-  object Cosh extends ProductReader[Cosh] with Serializable
-  object CpsMidi extends ProductReader[CpsMidi] with Serializable
-  object CpsOct extends ProductReader[CpsOct] with Serializable
-  object Cubed extends ProductReader[Cubed[_]] with Serializable
-  object DbAmp extends ProductReader[DbAmp] with Serializable
-  object Exp extends ProductReader[Exp] with Serializable
-  object Floor extends ProductReader[Floor] with Serializable
-  object Frac extends ProductReader[Frac] with Serializable
-  object IsNaN extends ProductReader[IsNaN] with Serializable
-  object Log extends ProductReader[Log] with Serializable
-  object Log10 extends ProductReader[Log10] with Serializable
-  object Log2 extends ProductReader[Log2] with Serializable
-  object MidiCps extends ProductReader[MidiCps] with Serializable
-  object MidiRatio extends ProductReader[MidiRatio] with Serializable
-  object Neg extends ProductReader[Neg[_]] with Serializable
-  object NextPowerOfTwo extends ProductReader[NextPowerOfTwo[_]] with Serializable
-  object Not extends ProductReader[Not[_]] with Serializable
-  object OctCps extends ProductReader[OctCps] with Serializable
-  object Op
-  object RatioMidi extends ProductReader[RatioMidi] with Serializable
-  object Reciprocal extends ProductReader[Reciprocal] with Serializable
-  object Signum extends ProductReader[Signum[_]] with Serializable
-  object Sin extends ProductReader[Sin] with Serializable
-  object Sinh extends ProductReader[Sinh] with Serializable
-  object Sqrt extends ProductReader[Sqrt] with Serializable
-  object Squared extends ProductReader[Squared[_]] with Serializable
-  object Tan extends ProductReader[Tan] with Serializable
-  object Tanh extends ProductReader[Tanh] with Serializable
-  object ToDouble extends ProductReader[ToDouble[_]] with Serializable
-  object ToInt extends ProductReader[ToInt[_]] with Serializable
-  object ToLong extends ProductReader[ToLong[_]] with Serializable
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated