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 object
final
class
Sink
[
-
I
,
+
R
,
U
](
val
fun
:
Stream
[
I
,
U
]
=>
Computation
[
R
,
U
])
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
<-<
(
stream
:
Stream
[
I
,
U
]):
Computation
[
R
,
U
]
def
<-<
[
I2
](
pipe
:
Pipe
[
I2
,
I
,
U
]):
Sink
[
I2
,
R
,
U
]
def
from
(
stream
:
Stream
[
I
,
U
]):
Computation
[
R
,
U
]
def
from
[
I2
](
pipe
:
Pipe
[
I2
,
I
,
U
]):
Sink
[
I2
,
R
,
U
]
Concrete fields
val
fun
:
Stream
[
I
,
U
]
=>
Computation
[
R
,
U
]
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields