beam-core
beam-core
API
beam
Chunk
Pipe
PipeEffect
PipeSignature
Sink
SinkEffect
handlers
SinkSignature
Source
SourceEffect
SourceSignature
Stream
Stream
beam-core
/
beam
/
SinkEffect
/
handlers
handlers
beam.SinkEffect.handlers
object
handlers
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
handlers
.
type
Members list
Clear all
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
]
In this article
Attributes
Members list
Value members
Concrete methods