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 object
trait
Source
[
+
T
]
extends
SourceOps
[
T
]
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
SourceOps
[
T
]
class
Object
trait
Matchable
class
Any
Known subtypes
class
Channel
[
T
]
Clear all
Members list
Concise view
Value members
Abstract methods
def
receive
():
ClosedOr
[
T
]
Inherited methods
def
foreach
(
f
:
T
=>
Unit
):
Unit
Attributes
Inherited from:
SourceOps
def
map
[
U
](
f
:
T
=>
U
)(
using
Ox
):
Source
[
U
]
Attributes
Inherited from:
SourceOps
def
map
[
U
](
capacity
:
Int
)(
f
:
T
=>
U
)(
using
Ox
):
Source
[
U
]
Attributes
Inherited from:
SourceOps
def
merge
[
U
>:
T
](
capacity
:
Int
)(
other
:
Source
[
U
])(
using
Ox
):
Source
[
U
]
Attributes
Inherited from:
SourceOps
def
merge
[
U
>:
T
](
other
:
Source
[
U
])(
using
Ox
):
Source
[
U
]
Attributes
Inherited from:
SourceOps
def
toList
:
List
[
T
]
Attributes
Inherited from:
SourceOps
def
transform
[
U
](
f
:
Iterator
[
T
]
=>
Iterator
[
U
])(
using
Ox
):
Source
[
U
]
Attributes
Inherited from:
SourceOps
def
zip
[
U
](
capacity
:
Int
)(
other
:
Source
[
U
])(
using
Ox
):
Source
[(
T
,
U
)]
Attributes
Inherited from:
SourceOps
def
zip
[
U
](
other
:
Source
[
U
])(
using
Ox
):
Source
[(
T
,
U
)]
Attributes
Inherited from:
SourceOps