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
/
Error
Error
ox.channels.ChannelResult$.Error
case
class
Error
(
reason
:
Option
[
Exception
])
extends
Closed
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Closed
trait
ChannelResult
[
Nothing
]
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
flatMap
[
U
](
f
:
Nothing
=>
ChannelResult
[
U
]):
ChannelResult
[
U
]
Attributes
Inherited from:
ChannelResult
def
getOrElse
[
U
](
v
:
U
):
U
Attributes
Inherited from:
ChannelResult
def
isClosed
:
Boolean
Attributes
Inherited from:
ChannelResult
def
isValue
:
Boolean
Attributes
Inherited from:
ChannelResult
def
map
[
U
](
f
:
Nothing
=>
U
):
ChannelResult
[
U
]
Attributes
Inherited from:
ChannelResult
def
orThrow
:
T
Attributes
Inherited from:
ChannelResult
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
def
toException
:
Exception
Attributes
Inherited from:
Closed