InLAux

sealed
trait InLAux extends InAux[Long, BufL]

Version specialized for Long

trait InAux[Long, BufL]
trait In[Long, BufL]
trait InHandler
trait InOut
trait Resource
class Object
trait Matchable
class Any

Type members

Types

final
type A = Long
final
type E = BufL

Value members

Abstract methods

override
def inlet: Inlet[E]
Definition Classes
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 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