Object/Class

de.sciss.lucre.expr.graph

UnaryOp

Related Docs: class UnaryOp | package graph

Permalink

object UnaryOp extends Serializable

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

Type Members

  1. final case class Abs[A]()(implicit num: Num[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  2. final case class Acos[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  3. final case class Ampdb[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  4. final case class Asin[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  5. final case class Atan[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  6. type AuxL = List[Aux]

    Permalink
  7. final case class BitNot[A]()(implicit num: NumInt[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  8. final case class Ceil[A]()(implicit num: NumFrac[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  9. final case class Cos[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  10. final case class Cosh[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  11. final case class Cpsmidi[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  12. final case class Cpsoct[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  13. final case class Cubed[A]()(implicit num: Num[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  14. final case class Dbamp[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  15. final case class Exp[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  16. final case class FileBase() extends NamedOp[File, String] with Product with Serializable

    Permalink
  17. final case class FileExtL() extends NamedOp[File, String] with Product with Serializable

    Permalink
  18. final case class FileName() extends NamedOp[File, String] with Product with Serializable

    Permalink
  19. final case class FileParentOption() extends NamedOp[File, Option[File]] with Product with Serializable

    Permalink
  20. final case class FilePath() extends NamedOp[File, String] with Product with Serializable

    Permalink
  21. final case class Floor[A]()(implicit num: NumFrac[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  22. final case class Frac[A]()(implicit num: NumFrac[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  23. final case class Log[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  24. final case class Log10[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  25. final case class Log2[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  26. final case class Midicps[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  27. final case class Midiratio[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  28. abstract class NamedOp[A1, A2] extends Op[A1, A2]

    Permalink
  29. final case class Neg[A]()(implicit num: Num[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  30. final case class Not[A]()(implicit num: NumBool[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  31. final case class Octcps[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  32. abstract class Op[A1, A2] extends Product

    Permalink
  33. final case class OptionIsDefined[A]() extends NamedOp[Option[A], Boolean] with Product with Serializable

    Permalink
  34. final case class OptionIsEmpty[A]() extends NamedOp[Option[A], Boolean] with Product with Serializable

    Permalink
  35. final case class OptionSome[A]() extends NamedOp[A, Option[A]] with Product with Serializable

    Permalink
  36. final case class OptionToList[A]() extends NamedOp[Option[A], List[A]] with Product with Serializable

    Permalink
  37. final case class Ratiomidi[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  38. final case class Reciprocal[A, B]()(implicit w: Widen[A, B], num: NumFrac[B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  39. final case class SeqHeadOption[A]() extends NamedOp[Seq[A], Option[A]] with Product with Serializable

    Permalink
  40. final case class SeqIsEmpty[A]() extends NamedOp[Seq[A], Boolean] with Product with Serializable

    Permalink
  41. final case class SeqLastOption[A]() extends NamedOp[Seq[A], Option[A]] with Product with Serializable

    Permalink
  42. final case class SeqNonEmpty[A]() extends NamedOp[Seq[A], Boolean] with Product with Serializable

    Permalink
  43. final case class SeqSize[A]() extends NamedOp[Seq[A], Int] with Product with Serializable

    Permalink
  44. final case class Signum[A]()(implicit num: Num[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  45. final case class Sin[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  46. final case class Sinh[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  47. final case class SpanLength() extends NamedOp[Span, Long] with Product with Serializable

    Permalink
  48. final case class SpanLikeClosedOption() extends NamedOp[SpanLike, Option[Span]] with Product with Serializable

    Permalink
  49. final case class SpanLikeIsEmpty() extends NamedOp[SpanLike, Boolean] with Product with Serializable

    Permalink
  50. final case class SpanLikeLengthOption() extends NamedOp[SpanLike, Option[Long]] with Product with Serializable

    Permalink
  51. final case class SpanLikeNonEmpty() extends NamedOp[SpanLike, Boolean] with Product with Serializable

    Permalink
  52. final case class SpanLikeStartOption() extends NamedOp[SpanLike, Option[Long]] with Product with Serializable

    Permalink
  53. final case class SpanLikeStopOption() extends NamedOp[SpanLike, Option[Long]] with Product with Serializable

    Permalink
  54. final case class SpanStart() extends NamedOp[Span, Long] with Product with Serializable

    Permalink
  55. final case class SpanStop() extends NamedOp[Span, Long] with Product with Serializable

    Permalink
  56. final case class Sqrt[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  57. final case class Squared[A]()(implicit num: Num[A]) extends NamedOp[A, A] with ProductWithAux with Product with Serializable

    Permalink
  58. final case class StringIsEmpty() extends NamedOp[String, Boolean] with Product with Serializable

    Permalink
  59. final case class StringLength() extends NamedOp[String, Int] with Product with Serializable

    Permalink
  60. final case class StringNonEmpty() extends NamedOp[String, Boolean] with Product with Serializable

    Permalink
  61. final case class Tan[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  62. final case class Tanh[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  63. final case class ToDouble[A, B]()(implicit to: ToNum[A] { type Double = B }) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  64. final case class ToInt[A, B]()(implicit to: ToNum[A] { type Int = B }) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  65. final case class ToLong[A, B]()(implicit to: ToNum[A] { type Long = B }) extends NamedOp[A, B] with ProductWithAux with Product with Serializable

    Permalink
  66. final case class ToStr[A]() extends NamedOp[A, String] with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped