NonEmptyBatch

lamp.data.NonEmptyBatch
case class NonEmptyBatch[I](batch: I) extends StreamControl[I]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StreamControl[I]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product