Packages

object UnaryOp extends ProductReader[SingleOut[_]] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnaryOp
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Abs[A]()(implicit num: Num[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
  2. final case class Acos() extends OpDouble with Product with Serializable
  3. type Adjuncts = List[Adjunct]
  4. case class AmpDb() extends OpDouble with Product with Serializable
  5. final case class Asin() extends OpDouble with Product with Serializable
  6. final case class Atan() extends OpDouble with Product with Serializable
  7. final case class BitNot[A]()(implicit num: NumInt[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
  8. case class Ceil() extends OpDouble with Product with Serializable
  9. final case class Cos() extends OpDouble with Product with Serializable
  10. final case class Cosh() extends OpDouble with Product with Serializable
  11. case class CpsMidi() extends OpDouble with Product with Serializable
  12. case class CpsOct() extends OpDouble with Product with Serializable
  13. case class Cubed[A]()(implicit num: Num[A]) extends OpSameBase[A] with OpDD with OpIL with OpLL with ProductWithAdjuncts with Product with Serializable
  14. case class DbAmp() extends OpDouble with Product with Serializable
  15. case class Exp() extends OpDouble with Product with Serializable
  16. case class Floor() extends OpDouble with Product with Serializable
  17. case class Frac() extends OpDouble with Product with Serializable
  18. case class IsNaN() extends OpPred[Double] with OpDD with OpDI with Product with Serializable
  19. final case class Log() extends OpDouble with Product with Serializable
  20. final case class Log10() extends OpDouble with Product with Serializable
  21. final case class Log2() extends OpDouble with Product with Serializable
  22. case class MidiCps() extends OpDouble with Product with Serializable
  23. case class MidiRatio() extends OpDouble with Product with Serializable
  24. final case class Neg[A]()(implicit num: Num[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
  25. case class NextPowerOfTwo[A]()(implicit num: NumInt[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
  26. final case class Not[A]()(implicit num: NumBool[A]) extends OpSameBase[A] with OpDD with OpII with ProductWithAdjuncts with Product with Serializable
  27. case class OctCps() extends OpDouble with Product with Serializable
  28. sealed trait Op[A, B] extends Product
  29. sealed trait OpDD extends AnyRef

    Legacy

  30. sealed trait OpDI extends AnyRef

    Legacy

  31. sealed trait OpDL extends AnyRef

    Legacy

  32. abstract class OpDouble extends OpSameBase[Double] with OpDD
  33. sealed trait OpID extends AnyRef

    Legacy

  34. sealed trait OpII extends AnyRef

    Legacy

  35. sealed trait OpIL extends AnyRef

    Legacy

  36. sealed trait OpLD extends AnyRef

    Legacy

  37. sealed trait OpLI extends AnyRef

    Legacy

  38. sealed trait OpLL extends AnyRef

    Legacy

  39. abstract class OpPred[A] extends Op[A, Boolean]
  40. abstract class OpSame[A] extends OpSameBase[A] with OpDD with OpII with OpLL
  41. abstract class OpSameBase[A] extends Op[A, A]
  42. case class RatioMidi() extends OpDouble with Product with Serializable
  43. case class Reciprocal() extends OpDouble with OpID with OpLD with Product with Serializable
  44. case class Signum[A]()(implicit num: Num[A]) extends OpSame[A] with ProductWithAdjuncts with Product with Serializable
  45. final case class Sin() extends OpDouble with Product with Serializable
  46. final case class Sinh() extends OpDouble with Product with Serializable
  47. case class Sqrt() extends OpDouble with Product with Serializable
  48. case class Squared[A]()(implicit num: Num[A]) extends OpSameBase[A] with OpDD with OpIL with OpLL with ProductWithAdjuncts with Product with Serializable
  49. final case class Tan() extends OpDouble with Product with Serializable
  50. final case class Tanh() extends OpDouble with Product with Serializable
  51. 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
  52. 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
  53. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def read(in: RefMapIn, key: String, arity: Int, adj: Int): SingleOut[_]
    Definition Classes
    UnaryOpProductReader
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. object Abs extends ProductReader[Abs[_]] with Serializable
  21. object Acos extends ProductReader[Acos] with Serializable
  22. object AmpDb extends ProductReader[AmpDb] with Serializable
  23. object Asin extends ProductReader[Asin] with Serializable
  24. object Atan extends ProductReader[Atan] with Serializable
  25. object BitNot extends ProductReader[BitNot[_]] with Serializable
  26. object Ceil extends ProductReader[Ceil] with Serializable
  27. object Cos extends ProductReader[Cos] with Serializable
  28. object Cosh extends ProductReader[Cosh] with Serializable
  29. object CpsMidi extends ProductReader[CpsMidi] with Serializable
  30. object CpsOct extends ProductReader[CpsOct] with Serializable
  31. object Cubed extends ProductReader[Cubed[_]] with Serializable
  32. object DbAmp extends ProductReader[DbAmp] with Serializable
  33. object Exp extends ProductReader[Exp] with Serializable
  34. object Floor extends ProductReader[Floor] with Serializable
  35. object Frac extends ProductReader[Frac] with Serializable
  36. object IsNaN extends ProductReader[IsNaN] with Serializable
  37. object Log extends ProductReader[Log] with Serializable
  38. object Log10 extends ProductReader[Log10] with Serializable
  39. object Log2 extends ProductReader[Log2] with Serializable
  40. object MidiCps extends ProductReader[MidiCps] with Serializable
  41. object MidiRatio extends ProductReader[MidiRatio] with Serializable
  42. object Neg extends ProductReader[Neg[_]] with Serializable
  43. object NextPowerOfTwo extends ProductReader[NextPowerOfTwo[_]] with Serializable
  44. object Not extends ProductReader[Not[_]] with Serializable
  45. object OctCps extends ProductReader[OctCps] with Serializable
  46. object Op
  47. object RatioMidi extends ProductReader[RatioMidi] with Serializable
  48. object Reciprocal extends ProductReader[Reciprocal] with Serializable
  49. object Signum extends ProductReader[Signum[_]] with Serializable
  50. object Sin extends ProductReader[Sin] with Serializable
  51. object Sinh extends ProductReader[Sinh] with Serializable
  52. object Sqrt extends ProductReader[Sqrt] with Serializable
  53. object Squared extends ProductReader[Squared[_]] with Serializable
  54. object Tan extends ProductReader[Tan] with Serializable
  55. object Tanh extends ProductReader[Tanh] with Serializable
  56. object ToDouble extends ProductReader[ToDouble[_]] with Serializable
  57. object ToInt extends ProductReader[ToInt[_]] with Serializable
  58. object ToLong extends ProductReader[ToLong[_]] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from ProductReader[SingleOut[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped