Packages

c

de.sciss.patterns.stream.impl

ScaleLikeStreamImpl

abstract class ScaleLikeStreamImpl[T <: Exec[T], A1, A2, A] extends Stream[T, A]

Linear Supertypes
Stream[T, A], Disposable[T], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScaleLikeStreamImpl
  2. Stream
  3. Disposable
  4. Writable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScaleLikeStreamImpl()

Abstract Value Members

  1. abstract def calc(inVal: A, inLoVal: A, inHiVal: A, outLoVal: A, outHiVal: A): A
    Attributes
    protected
  2. abstract def inHiStream: Stream[T, A1]
    Attributes
    protected
  3. abstract def inLoStream: Stream[T, A1]
    Attributes
    protected
  4. abstract def inStream: Stream[T, A1]
    Attributes
    protected
  5. abstract val num: Adjunct
    Attributes
    protected
  6. abstract def outHiStream: Stream[T, A2]
    Attributes
    protected
  7. abstract def outLoStream: Stream[T, A2]
    Attributes
    protected
  8. abstract def typeId: Int
    Attributes
    protected
    Definition Classes
    Stream
  9. abstract val widen: Widen2[A1, A2, A]
    Attributes
    protected

Concrete 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( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def dispose()(implicit tx: T): Unit
    Definition Classes
    ScaleLikeStreamImpl → Disposable
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def hasNext(implicit ctx: Context[T], tx: T): Boolean
    Definition Classes
    ScaleLikeStreamImplStream
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isEmpty(implicit ctx: Context[T], tx: T): Boolean
    Definition Classes
    Stream
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def next()(implicit ctx: Context[T], tx: T): A
    Definition Classes
    ScaleLikeStreamImplStream
  16. final def nonEmpty(implicit ctx: Context[T], tx: T): Boolean
    Definition Classes
    Stream
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def reset()(implicit tx: T): Unit
    Definition Classes
    ScaleLikeStreamImplStream
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. final def toIterator(implicit ctx: Context[T], tx: T): Iterator[A]

    Note: consumes the stream.

    Note: consumes the stream.

    Definition Classes
    Stream
  22. final def toList(implicit ctx: Context[T], tx: T): List[A]

    Note: consumes the stream.

    Note: consumes the stream.

    Definition Classes
    Stream
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def toVector(implicit ctx: Context[T], tx: T): Vector[A]

    Note: consumes the stream.

    Note: consumes the stream.

    Definition Classes
    Stream
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def write(out: DataOutput): Unit
    Definition Classes
    Stream → Writable
  29. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    ScaleLikeStreamImplStream

Deprecated Value Members

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

Inherited from Stream[T, A]

Inherited from Disposable[T]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped