beam-core
beam-core
API
turbolift.data
Chunk
Chunk
Concat
Slice
ChunkBuilder
ChunkBuilder
MissingExtensions
beam
internals
ChunkedStream
UnchunkedStream
Pipe
PipeEffect
PipeEffectExt
PipeSignature
Sink
SinkEffect
SinkSignature
Source
SourceEffect
SourceEffect
FxNothing
FxUnit
SourceEffectExt
Stateful
StatefulReturn
Stateless
StatelessReturn
SourceSignature
Stream
Stream
Unsealed
Syntax
beam-core
/
beam
/
Sink
Sink
beam.Sink
object
Sink
Attributes
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
apply
[
I
,
R
,
U
](
body
: (fx:
SinkEffect
[
I
,
R
])
=>
Computation
[
R
,
U
&
fx
.
type
]): (
Stream
[
I
,
U
])
=>
Computation
[
R
,
U
]
def
chunked
[
I
,
R
,
U
](
body
: (fx:
SinkEffect
[
Chunk
[
I
],
R
])
=>
Computation
[
R
,
U
&
fx
.
type
]): (
Stream
[
I
,
U
])
=>
Computation
[
R
,
U
]
def
unchunked
[
I
,
R
,
U
](
body
: (fx:
SinkEffect
[
I
,
R
])
=>
Computation
[
R
,
U
&
fx
.
type
]): (
Stream
[
I
,
U
])
=>
Computation
[
R
,
U
]
In this article
Attributes
Members list
Value members
Concrete methods