NonEmptyBatch

case class NonEmptyBatch[I](batch: I) extends StreamControl[I]
trait Serializable
trait Product
trait Equals
trait StreamControl[I]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product