StreamControl

sealed trait StreamControl[+I]
Companion:
object
class Object
trait Matchable
class Any
object EmptyBatch.type
object EndStream.type
class NonEmptyBatch[I]

Value members

Abstract methods

def map[B](f: I => B): StreamControl[B]
def unsafeGet: I