beam-core
beam-core
API
beam
effects
EndOfInput
PipeEffect
PipeSignature
SinkEffect
SinkSignature
StreamEffect
StreamSignature
internals
Step
Step
Emit
End
Syntax
Pipe
Sink
Sink
Stream
Syntax
beam-core
/
beam
/
Sink
Sink
beam.Sink
See the
Sink
companion class
object
Sink
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Sink
.type
Members list
Clear all
Value members
Concrete methods
def
coroutine
[
I
,
R
,
U
](
body
: (fx:
SinkEffect
[
I
,
R
])
=>
Computation
[
R
,
U
&
fx
.type]):
Sink
[
I
,
R
,
U
]
def
fold
[
I
,
R
](
zero
:
R
)(
op
: (
R
,
I
)
=>
R
):
Sink
[
I
,
R
,
Any
]
def
foldEff
[
I
,
R
,
U
](
zero
:
R
)(
op
: (
R
,
I
)
=>
Computation
[
R
,
U
]):
Sink
[
I
,
R
,
U
]
In this article
Attributes
Members list
Value members
Concrete methods