monix-execution
monix-execution
monix.execution
Ack
Ack
AckExtensions
Continue
Stop
AsyncQueue
AsyncQueue
AsyncSemaphore
AsyncSemaphore
AsyncVar
AsyncVar
BufferCapacity
BufferCapacity
Bounded
Unbounded
Callback
Callback
Builders
Cancelable
Cancelable
Empty
IsDummy
CancelableFuture
CancelableFuture
CancelablePromise
CancelablePromise
ChannelType
ChannelType
ConsumerSide
MPMC
MPSC
MultiConsumer
MultiProducer
ProducerSide
SPMC
SPSC
SingleConsumer
SingleProducer
ExecutionModel
ExecutionModel
AlwaysAsyncExecution
BatchedExecution
Extensions
SynchronousExecution
Features
Features
FlagTag
FlagsTag
FutureUtils
extensions
FutureCompanionExtensions
FutureExtensions
Scheduler
Scheduler
Extensions
UncaughtExceptionReporter
UncaughtExceptionReporter
Extensions
compat
monix.execution.annotations
Unsafe
UnsafeBecauseBlocking
UnsafeBecauseImpure
UnsafeProtocol
monix.execution.atomic
Atomic
Atomic
AtomicAny
AtomicAny
AtomicBoolean
AtomicBoolean
AtomicBuilder
AtomicBuilder
AtomicBooleanBuilder
AtomicByteBuilder
AtomicCharBuilder
AtomicDoubleBuilder
AtomicFloatBuilder
AtomicIntBuilder
AtomicLongBuilder
AtomicShortBuilder
AtomicByte
AtomicByte
AtomicChar
AtomicChar
AtomicDouble
AtomicDouble
AtomicFloat
AtomicFloat
AtomicInt
AtomicInt
AtomicLong
AtomicLong
AtomicNumber
AtomicNumberAny
AtomicNumberAny
AtomicShort
AtomicShort
PaddingStrategy
PaddingStrategy
Left128
Left64
LeftRight128
LeftRight256
NoPadding
Right128
Right64
monix.execution.cancelables
AssignableCancelable
AssignableCancelable
Bool
Multi
BooleanCancelable
BooleanCancelable
ChainedCancelable
ChainedCancelable
CompositeCancelable
CompositeCancelable
MultiAssignCancelable
MultiAssignCancelable
OrderedCancelable
OrderedCancelable
RefCountCancelable
RefCountCancelable
SerialCancelable
SerialCancelable
SingleAssignCancelable
SingleAssignCancelable
StackedCancelable
StackedCancelable
monix.execution.exceptions
APIContractViolationException
APIContractViolationException
BufferOverflowException
BufferOverflowException
CallbackCalledMultipleTimesException
CallbackCalledMultipleTimesException
CompositeException
CompositeException
DownstreamTimeoutException
DownstreamTimeoutException
DummyException
ExecutionRejectedException
ExecutionRejectedException
UncaughtErrorException
UncaughtErrorException
UpstreamTimeoutException
UpstreamTimeoutException
monix.execution.misc
CanBindLocals
CanBindLocals
Local
Context
Key
Local
ThreadLocal
ThreadLocal
monix.execution.rstreams
ReactivePullStrategy
ReactivePullStrategy
FixedWindow
StopAndWait
SingleAssignSubscription
SingleAssignSubscription
Subscription
Subscription
monix.execution.schedulers
AsyncScheduler
AsyncScheduler
BatchingScheduler
CanBlock
CanBlock
ExecutorScheduler
ExecutorScheduler
ReferenceScheduler
ReferenceScheduler
SchedulerService
SchedulerService
Extensions
ShiftedRunnable
StartAsyncBatchRunnable
TestScheduler
TestScheduler
State
Task
Task
TracingRunnable
TracingScheduler
TracingScheduler
TracingSchedulerService
TracingSchedulerService
TrampolineExecutionContext
TrampolineExecutionContext
TrampolineScheduler
TrampolineScheduler
TrampolinedRunnable
monix-execution
/
monix.execution.exceptions
/
BufferOverflowException
BufferOverflowException
object
BufferOverflowException
extends
AbstractFunction1
[
String
,
BufferOverflowException
]
Companion:
class
Graph
Supertypes
Self type
class
AbstractFunction1
[
String
,
BufferOverflowException
]
trait
String
=>
BufferOverflowException
class
Object
trait
Matchable
class
Any
BufferOverflowException
.type
Value members
Value members
Concrete methods
def
apply
(
message:
String
):
BufferOverflowException
Builder for
BufferOverflowException
.
Builder for
BufferOverflowException
.
Inherited methods
@unspecialized
def
andThen
[
A
](
g:
BufferOverflowException
=>
A
):
String
=>
A
Inherited from:
Function1
@unspecialized
def
compose
[
A
](
g:
A
=>
String
):
A
=>
BufferOverflowException
Inherited from:
Function1
override
def
toString
():
String
Definition Classes
Function1
->
Any
Inherited from:
Function1