Packages

sealed trait OutDMain extends OutMain[Double, BufD]

Version specialized for Double

Linear Supertypes
OutMain[Double, BufD], OutHandler, Main[Double, BufD], InOut, Resource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OutDMain
  2. OutMain
  3. OutHandler
  4. Main
  5. InOut
  6. Resource
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type A = Double
  2. final type E = BufD

Abstract Value Members

  1. abstract def advance(len: Int): Unit

    Be sure you know what you are doing.

    Be sure you know what you are doing.

    Definition Classes
    Main
  2. abstract def array: Array[A]

    Be sure you know what you are doing.

    Be sure you know what you are doing. This should be called if efficient array access is needed, only after making sure that data is available. Valid array data starts at offset for available number of frames. To indicate that a number of frames has been used, finally call advance.

    Definition Classes
    OutDMainMain
  3. abstract def available: Int

    The number of further input or output frames available.

    The number of further input or output frames available.

    Definition Classes
    InOut
  4. abstract def flush(): Boolean
    Definition Classes
    OutMain
  5. abstract def free(): Unit
    Definition Classes
    Resource
  6. abstract def hasNext: Boolean

    Whether further input or output is available.

    Whether further input or output is available.

    Definition Classes
    InOut
  7. abstract def isDone: Boolean
    Definition Classes
    Main
  8. abstract def next(v: A): Unit
    Definition Classes
    OutDMainOutMain
  9. abstract def nextN(a: Array[A], off: Int, len: Int): Unit
    Definition Classes
    OutDMainOutMain
  10. abstract def offset: Int

    Be sure you know what you are doing.

    Be sure you know what you are doing.

    Definition Classes
    Main
  11. abstract def onPull(): Unit
    Definition Classes
    OutHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. abstract def outlet: Outlet[E]
    Definition Classes
    OutDMainOutMain

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 eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    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 onDownstreamFinish(cause: Throwable): Unit
    Definition Classes
    OutHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  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( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def onDownstreamFinish(): Unit
    Definition Classes
    OutHandler
    Annotations
    @throws( classOf[java.lang.Exception] ) @deprecatedOverriding( ... , "2.6.0" ) @deprecated
    Deprecated

    (Since version 2.6.0) Call onDownstreamFinish with a cancellation cause.

Inherited from OutMain[Double, BufD]

Inherited from OutHandler

Inherited from Main[Double, BufD]

Inherited from InOut

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped