StreamControl

lamp.data.StreamControl
See theStreamControl companion object
sealed trait StreamControl[+I]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EmptyBatch.type
object EndStream.type
class NonEmptyBatch[I]

Members list

Value members

Abstract methods

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