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
/
Source
Source
beam.Source
object
Source
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Source
.
type
Members list
Clear all
Value members
Concrete methods
def
apply
[
O
,
U
](
body
: (fx:
SourceEffect
[
O
])
=>
Computation
[
Unit
,
U
&
fx
.
type
]):
Stream
[
O
,
U
]
def
chunked
[
O
,
U
](
body
: (fx:
SourceEffect
[
Chunk
[
O
]])
=>
Computation
[
Unit
,
U
&
fx
.
type
]):
Stream
[
O
,
U
]
def
unchunked
[
O
,
U
](
body
: (fx:
SourceEffect
[
O
])
=>
Computation
[
Unit
,
U
&
fx
.
type
]):
Stream
[
O
,
U
]
In this article
Attributes
Members list
Value members
Concrete methods