OutIMain

trait OutIMain extends OutMain[Int]

Version specialized for Int

trait OutMain[Int]
trait OutHandler
trait Main[Int]
trait InOut
trait Resource
class Object
trait Matchable
class Any

Type members

Types

final type A = Int

Value members

Abstract methods

override def array: Array[A]
Definition Classes
override def next(v: A): Unit
Definition Classes
override def nextN(a: Array[A], off: Int, len: Int): Unit
Definition Classes

Inherited methods

def advance(len: Int): Unit

Be sure you know what you are doing.

Be sure you know what you are doing.

Inherited from:
Main
def available: Int

The number of further input or output frames available.

The number of further input or output frames available.

Inherited from:
InOut
def flush(): Boolean
Inherited from:
OutMain
def free(): Unit
Inherited from:
Resource
def hasNext: Boolean

Whether further input or output is available.

Whether further input or output is available.

Inherited from:
InOut
def isDone: Boolean
Inherited from:
Main
def offset: Int

Be sure you know what you are doing.

Be sure you know what you are doing.

Inherited from:
Main
@throws(classOf[Exception])
def onDownstreamFinish(cause: Throwable): Unit
Inherited from:
OutHandler
@throws(classOf[Exception])
def onPull(): Unit
Inherited from:
OutHandler
def outlet: Out[Int]
Inherited from:
OutMain

Deprecated and Inherited methods

@deprecated(message = "Call onDownstreamFinish with a cancellation cause.", since = "2.6.0") @deprecatedOverriding(message = "Override `def onDownstreamFinish(cause: Throwable)`, instead.", since = "2.6.0") @throws(classOf[Exception])
def onDownstreamFinish(): Unit
Deprecated
[Since version 2.6.0] Call onDownstreamFinish with a cancellation cause.
Inherited from:
OutHandler