core
core
API
ox
Fork
ForkLocal
ForkLocal
Ox
syntax
ox.channels
BufferedChannel
Channel
Channel
ChannelClosedException
Error
Done
ChannelResult
ChannelResult
Closed
Done
Error
Value
DirectChannel
Sink
Source
Source
SourceCompanionOps
SourceOps
core
/
ox.channels
/
ChannelResult
ChannelResult
ox.channels.ChannelResult
See the
ChannelResult
companion object
sealed
trait
ChannelResult
[
+
T
]
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
trait
Closed
object
Done
.type
class
Error
class
Value
[
T
]
Clear all
Members list
Concise view
Value members
Concrete methods
def
flatMap
[
U
](
f
:
T
=>
ChannelResult
[
U
]):
ChannelResult
[
U
]
def
getOrElse
[
U
>:
T
](
v
:
U
):
U
def
isClosed
:
Boolean
def
isValue
:
Boolean
def
map
[
U
](
f
:
T
=>
U
):
ChannelResult
[
U
]
def
orThrow
:
T