monix
.
execution
.
Ack
Stop
Related Docs:
class Stop
|
package Ack
object
Stop
extends
Stop
with
Future
[
Stop
] with
Product
with
Serializable
Linear Supertypes
Product
,
Equals
,
Stop
,
Ack
,
Serializable
,
Serializable
,
Future
[
Stop
],
Awaitable
[
Stop
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Stop
Product
Equals
Stop
Ack
Serializable
Serializable
Future
Awaitable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
val
AsSuccess
:
Success
[
Stop
.type]
def
andThen
[
U
]
(
pf:
PartialFunction
[
Try
[
Stop
],
U
]
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
Stop
]
Definition Classes
Future
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
collect
[
S
]
(
pf:
PartialFunction
[
Stop
,
S
]
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
S
]
Definition Classes
Future
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
failed
:
Future
[
Throwable
]
Definition Classes
Future
def
fallbackTo
[
U >:
Stop
]
(
that:
Future
[
U
]
)
:
Future
[
U
]
Definition Classes
Future
def
filter
(
p: (
Stop
) ⇒
Boolean
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
Stop
]
Definition Classes
Future
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flatMap
[
S
]
(
f: (
Stop
) ⇒
Future
[
S
]
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
S
]
Definition Classes
Future
def
foreach
[
U
]
(
f: (
Stop
) ⇒
U
)
(
implicit
executor:
ExecutionContext
)
:
Unit
Definition Classes
Future
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
val
isCompleted
: Boolean(true)
Definition Classes
Stop
→ Future
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
map
[
S
]
(
f: (
Stop
) ⇒
S
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
S
]
Definition Classes
Future
def
mapTo
[
S
]
(
implicit
tag:
ClassTag
[
S
]
)
:
Future
[
S
]
Definition Classes
Future
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
onComplete
[
U
]
(
func: (
Try
[
Stop
]) ⇒
U
)
(
implicit
executor:
ExecutionContext
)
:
Unit
Definition Classes
Stop
→ Future
def
onFailure
[
U
]
(
pf:
PartialFunction
[
Throwable
,
U
]
)
(
implicit
executor:
ExecutionContext
)
:
Unit
Definition Classes
Future
def
onSuccess
[
U
]
(
pf:
PartialFunction
[
Stop
,
U
]
)
(
implicit
executor:
ExecutionContext
)
:
Unit
Definition Classes
Future
final
def
ready
(
atMost:
Duration
)
(
implicit
permit:
CanAwait
)
:
Stop
.this.type
Definition Classes
Stop
→ Awaitable
def
recover
[
U >:
Stop
]
(
pf:
PartialFunction
[
Throwable
,
U
]
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
U
]
Definition Classes
Future
def
recoverWith
[
U >:
Stop
]
(
pf:
PartialFunction
[
Throwable
,
Future
[
U
]]
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
U
]
Definition Classes
Future
final
def
result
(
atMost:
Duration
)
(
implicit
permit:
CanAwait
)
:
Stop
.type
Definition Classes
Stop
→ Awaitable
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
transform
[
S
]
(
f: (
Try
[
Stop
]) ⇒
Try
[
S
]
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
S
]
def
transform
[
S
]
(
s: (
Stop
) ⇒
S
,
f: (
Throwable
) ⇒
Throwable
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
S
]
Definition Classes
Future
def
transformWith
[
S
]
(
f: (
Try
[
Stop
]) ⇒
Future
[
S
]
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
S
]
final
val
value
:
Some
[
Success
[
Stop
.type]]
Definition Classes
Stop
→ Future
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
withFilter
(
p: (
Stop
) ⇒
Boolean
)
(
implicit
executor:
ExecutionContext
)
:
Future
[
Stop
]
Definition Classes
Future
def
zip
[
U
]
(
that:
Future
[
U
]
)
:
Future
[(
Stop
,
U
)]
Definition Classes
Future
Inherited from
Product
Inherited from
Equals
Inherited from
Stop
Inherited from
Ack
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Future
[
Stop
]
Inherited from
Awaitable
[
Stop
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped