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
/
Syntax
Syntax
beam.Syntax
object
Syntax
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Syntax
.
type
Members list
Clear all
Extensions
Extensions
extension
[
A
](
a
:
A
)
def
!::
[
B
>:
A
,
U
](
stream
:
Stream
[
B
,
U
]):
Stream
[
B
,
U
]
extension
[
A
](
a
:
A
)
def
singleton
:
Stream
[
A
,
Any
]
extension
[
U
](
comp
:
Computation
[
Unit
,
U
])
def
asChunkedStream
[
A
,
V
](
fx
:
SourceEffect
[
Chunk
[
A
]])(
using
(
fx
.
type
&
V
)
=:=
U
):
Stream
[
A
,
V
]
def
asUnchunkedStream
[
A
,
V
](
fx
:
SourceEffect
[
A
])(
using
(
fx
.
type
&
V
)
=:=
U
):
Stream
[
A
,
V
]
extension
[
A
,
U
](
comp
:
Computation
[
Stream
[
A
,
U
],
U
])
def
flattenAsStream
:
Stream
[
A
,
U
]
extension
[
A
](
fx
:
SourceEffect
[
Chunk
[
A
]])
def
emptyChunked
:
Stream
[
A
,
Any
]
def
wrapChunked
[
U
](
comp
:
Computation
[
Unit
,
U
&
fx
.
type
]):
Stream
[
A
,
U
]
In this article
Attributes
Members list
Extensions
Extensions