core
core
API
ox
channels
Channel
Channel
ChannelClosed
ChannelClosed
Done
Error
ChannelClosedException
Error
Done
ChannelClosedUnion
Default
DefaultResult
SelectClause
SelectResult
Sink
Send
Sent
Source
Receive
Received
Source
SourceCompanionOps
SourceDrainOps
SourceOps
StageCapacity
retry
Jitter
ResultPolicy
ResultPolicy
RetryPolicy
RetryPolicy
Schedule
Backoff
Backoff
BackoffForever
Delay
Delay
DelayForever
Immediate
Immediate
CancellableFork
EitherMode
ErrorMode
Fork
Fork
ForkLocal
ForkLocal
NoErrorMode
Ox
OxError
OxError
SecondaryApplicationError
UnionMode
syntax
core
/
ox
/
syntax
syntax
ox.syntax
object
syntax
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
syntax
.
type
Members list
Clear all
Extensions
Extensions
extension
[
T
](
f
:
=>
T
)
def
forever
:
Fork
[
Nothing
]
extension
[
T
](
f
:
=>
T
)
def
retry
(
policy
:
RetryPolicy
[
Throwable
,
T
]):
T
extension
[
E
,
T
](
f
:
=>
Either
[
E
,
T
])
def
retryEither
(
policy
:
RetryPolicy
[
E
,
T
]):
Either
[
E
,
T
]
extension
[
T
](
f
:
=>
T
)(
using
Ox
)
def
fork
:
Fork
[
T
]
def
forkCancellable
:
CancellableFork
[
T
]
def
forkUnsupervised
:
Fork
[
T
]
def
forkUser
:
Fork
[
T
]
extension
[
T
](
f
:
=>
T
)
def
parWith
[
U
](
f2
:
=>
U
): (
T
,
U
)
def
race
(
f2
:
=>
T
):
T
def
raceResultWith
(
f2
:
=>
T
):
T
def
scopedWhere
[
U
](
fl
:
ForkLocal
[
U
],
u
:
U
):
T
def
timeout
(
duration
:
FiniteDuration
):
T
def
timeoutOption
(
duration
:
FiniteDuration
):
Option
[
T
]
def
uninterruptible
:
T
extension
[
T
<:
AutoCloseable
](
f
:
=>
T
)(
using
Ox
)
def
useInScope
:
T
def
useScoped
[
U
](
p
:
T
=>
U
):
U
def
useSupervised
[
U
](
p
:
T
=>
U
):
U
extension
[
I
,
C
<:
(
Iterable
)](
f
:
=>
C
[
I
])
def
collectPar
[
O
](
parallelism
:
Int
)(
pf
:
PartialFunction
[
I
,
O
]):
C
[
O
]
def
filterPar
(
parallelism
:
Int
)(
predicate
:
I
=>
Boolean
):
C
[
I
]
def
foreachPar
(
parallelism
:
Int
)(
operation
:
I
=>
Any
):
Unit
def
mapPar
[
O
](
parallelism
:
Int
)(
transform
:
I
=>
O
):
C
[
O
]
In this article
Attributes
Members list
Extensions
Extensions