Class

de.sciss.patterns.graph.UnaryOp

Coin

Related Doc: package UnaryOp

Permalink

final case class Coin[A, B]()(implicit num: NumDouble[A] { type Boolean = B }) extends RandomOp[A, B] with Product with Serializable

Linear Supertypes
Serializable, Serializable, RandomOp[A, B], Op[A, B], ProductWithAux, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Coin
  2. Serializable
  3. Serializable
  4. RandomOp
  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 Coin()(implicit num: NumDouble[A] { type Boolean = B })

    Permalink

Type Members

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

    Permalink
    Definition Classes
    RandomOpOp

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 aux: List[Aux]

    Permalink
    Definition Classes
    Coin → ProductWithAux
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    RandomOpOp
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Any
  12. def name: String

    Permalink
    Definition Classes
    CoinOp
  13. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    CoinOp
  15. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    RandomOpOp
  18. final def productPrefix: String

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

    Permalink
    Definition Classes
    RandomOpOp
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

    Permalink
    Definition Classes
    RandomOpOp

Inherited from Serializable

Inherited from Serializable

Inherited from RandomOp[A, B]

Inherited from Op[A, B]

Inherited from ProductWithAux

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped