InHandlerImpl

@deprecated("Should move to using Handlers", since = "2.35.1")
abstract class InHandlerImpl[A](in: In[A]) extends InHandler
Deprecated
[Since version 2.35.1]
trait InHandler
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def notifyValue(): Unit

Concrete methods

final def available(max: Int): Int
final def buf: E[A]
final def bufRemain: Int
final def clearHasValue(): Unit
final def freeBuffer(): Unit
final def hasNext: Boolean
final def next(): Unit
final def offset: Int
final def onPush(): Unit
final override def onUpstreamFinish(): Unit
Definition Classes
InHandler
final def peekValue(): A
final def skipValue(): Unit
final def takeValue(): A
final override def toString: String
Definition Classes
Any
final def updateOffset(n: Int): Unit

Inherited methods

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

Concrete fields

final var mostRecent: A