core
core
API
ox
channels
BufferedChannel
BufferedSend
Channel
Channel
ChannelClosed
ChannelClosed
Done
Error
ChannelClosedException
Error
Done
CollectSource
Default
DefaultResult
DirectChannel
DirectSend
SelectClause
SelectResult
Sink
Send
Sent
Source
Receive
Received
Source
SourceCompanionOps
SourceOps
StageCapacity
Fork
ForkLocal
ForkLocal
Ox
syntax
core
/
ox
/
ox.channels
/
SourceCompanionOps
SourceCompanionOps
ox.channels.SourceCompanionOps
trait
SourceCompanionOps
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
Source
.type
Members list
Clear all
Value members
Concrete methods
def
concat
[
T
](
sources
:
Seq
[()
=>
Source
[
T
]])(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
fromFork
[
T
](
f
:
Fork
[
T
])(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
fromIterable
[
T
](
it
:
Iterable
[
T
])(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
fromIterator
[
T
](
it
:
=>
Iterator
[
T
])(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
fromValues
[
T
](
ts
:
T
*)(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
iterate
[
T
](
zero
:
T
)(
f
:
T
=>
T
)(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
repeat
[
T
](
element
:
T
)(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
tick
[
T
](
interval
:
FiniteDuration
,
element
:
T
)(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
timeout
[
T
](
interval
:
FiniteDuration
,
element
:
T
)(
using
Ox
,
StageCapacity
):
Source
[
T
]
def
unfold
[
S
,
T
](
initial
:
S
)(
f
:
S
=>
Option
[(
T
,
S
)])(
using
Ox
,
StageCapacity
):
Source
[
T
]
In this article
Attributes
Members list
Value members
Concrete methods