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
/
Source
Source
ox.channels.Source$
See the
Source
companion trait
object
Source
extends
SourceCompanionOps
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
SourceCompanionOps
class
Object
trait
Matchable
class
Any
Self type
Source
.type
Clear all
Members list
Concise view
Value members
Inherited methods
def
from
[
T
](
capacity
:
Int
)(
it
:
=>
Iterator
[
T
])(
using
Ox
):
Source
[
T
]
Attributes
Inherited from:
SourceCompanionOps
def
from
[
T
](
it
:
=>
Iterator
[
T
])(
using
Ox
):
Source
[
T
]
Attributes
Inherited from:
SourceCompanionOps
def
from
[
T
](
ts
:
T
*)(
using
Ox
):
Source
[
T
]
Attributes
Inherited from:
SourceCompanionOps
def
from
[
T
](
capacity
:
Int
)(
it
:
Iterable
[
T
])(
using
Ox
):
Source
[
T
]
Attributes
Inherited from:
SourceCompanionOps
def
from
[
T
](
it
:
Iterable
[
T
])(
using
Ox
):
Source
[
T
]
Attributes
Inherited from:
SourceCompanionOps
def
tick
[
T
](
interval
:
FiniteDuration
,
element
:
T
)(
using
Ox
):
Source
[
T
]
Attributes
Inherited from:
SourceCompanionOps
def
timeout
[
T
](
interval
:
FiniteDuration
,
element
:
T
)(
using
Ox
):
Source
[
T
]
Attributes
Inherited from:
SourceCompanionOps