InIAux

sealed trait InIAux extends InAux[Int]

Version specialized for Int

trait InAux[Int]
trait In[Int]
trait InHandler
trait InOut
trait Resource
class Object
trait Matchable
class Any

Type members

Types

final type A = Int

Inherited types

type E = E[A]
Inherited from:
In

Value members

Abstract methods

override def next(): A
Definition Classes
override def peek: A
Definition Classes
override def value: A
Definition Classes

Inherited methods

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 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 inlet: Inlet[E]
Inherited from:
In
def isConstant: Boolean

Returns true if the auxiliary input is completed (and closed) and from now on the same constant value will be returned. Similar to isDone on Main handlers, although an auxiliary handler will never call back directly if the input is closed.

Returns true if the auxiliary input is completed (and closed) and from now on the same constant value will be returned. Similar to isDone on Main handlers, although an auxiliary handler will never call back directly if the input is closed.

Inherited from:
InAux
@throws(classOf[Exception])
def onPush(): Unit
Inherited from:
InHandler
@throws(classOf[Exception])
def onUpstreamFailure(ex: Throwable): Unit
Inherited from:
InHandler
@throws(classOf[Exception])
def onUpstreamFinish(): Unit
Inherited from:
InHandler