core
core
API
ox
Ox
Ox
Fork
ForkLocal
ForkLocal
syntax
ox.channels
Channel
ChannelClosedException
Error
Done
ChannelState
ChannelState
Closed
Done
Error
Open
Sink
Source
Source
SourceCompanionOps
SourceOps
core
/
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
Clear all
Members list
Concise view
Value members
Concrete methods
def
from
[
T
](
it
:
Iterable
[
T
])(
using
Ox
):
Source
[
T
]
def
from
[
T
](
capacity
:
Int
)(
it
:
Iterable
[
T
])(
using
Ox
):
Source
[
T
]
def
from
[
T
](
ts
:
T
*)(
using
Ox
):
Source
[
T
]
def
from
[
T
](
it
:
=>
Iterator
[
T
])(
using
Ox
):
Source
[
T
]
def
from
[
T
](
capacity
:
Int
)(
it
:
=>
Iterator
[
T
])(
using
Ox
):
Source
[
T
]
def
tick
[
T
](
interval
:
FiniteDuration
,
element
:
T
)(
using
Ox
):
Source
[
T
]
def
timeout
[
T
](
interval
:
FiniteDuration
,
element
:
T
)(
using
Ox
):
Source
[
T
]