handlers

beam.SinkEffect.handlers
object handlers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
handlers.type

Members list

Value members

Concrete methods

def dropRemainder[U](input: Stream[I, U]): impl.ThisHandler[Const[R], Const[R], U]
def justRemainder[U](input: Stream[I, U]): impl.ThisHandler[Const[R], Const[Stream[I, U]], U]
def withRemainder[U](input: Stream[I, U]): impl.ThisHandler[Const[R], Const[(R, Stream[I, U])], U]