Class

de.sciss.patterns.graph.UnaryOp

Acos

Related Doc: package UnaryOp

Permalink

final case class Acos[A, B]()(implicit wd: WidenToDouble[A, B]) extends PureOp[A, B] with Product with Serializable

Linear Supertypes
Serializable, Serializable, PureOp[A, B], Op[A, B], ProductWithAux, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Acos
  2. Serializable
  3. Serializable
  4. PureOp
  5. Op
  6. ProductWithAux
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Acos()(implicit wd: WidenToDouble[A, B])

    Permalink

Type Members

  1. final type State[S <: Base[S]] = Unit

    Permalink
    Definition Classes
    PureOpOp

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. def apply(a: A): B

    Permalink
    Definition Classes
    AcosPureOp
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def aux: List[Aux]

    Permalink
    Definition Classes
    Acos → ProductWithAux
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def disposeState[S <: Base[S]](s: State[S])(implicit tx: PureOp.disposeState.S.Tx): Unit

    Permalink
    Definition Classes
    PureOpOp
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  13. def name: String

    Permalink
    Definition Classes
    AcosOp
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def next[S <: Base[S]](a: A)(implicit state: State[S], tx: PureOp.next.S.Tx): B

    Permalink
    Definition Classes
    PureOpOp
  16. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  18. final def prepare[S <: Base[S]](ref: AnyRef)(implicit ctx: Context[S], tx: PureOp.prepare.S.Tx): State[S]

    Permalink
    Definition Classes
    PureOpOp
  19. final def productPrefix: String

    Permalink
    Definition Classes
    Op → Product
  20. final def readState[S <: Base[S]](in: DataInput, access: PureOp.readState.S.Acc)(implicit tx: PureOp.readState.S.Tx): State[S]

    Permalink
    Definition Classes
    PureOpOp
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def writeState[S <: Base[S]](s: State[S], out: DataOutput): Unit

    Permalink
    Definition Classes
    PureOpOp

Inherited from Serializable

Inherited from Serializable

Inherited from PureOp[A, B]

Inherited from Op[A, B]

Inherited from ProductWithAux

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped