java.util.concurrent.ScheduledFuture
Aliases
Parameters
java.util.concurrent.ScheduledFuture.V
subClasses
superClasses
Any
java.lang.Comparable
java.lang.Object
java.util.concurrent.Delayed
java.util.concurrent.Future
Js Constructors
new java_util_concurrent_ScheduledFuture
( )
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
asInstanceOf
()
:
scala.Any.T0
cancel
(
x$1:
boolean
)
:
boolean
compareTo
(
x$1:
java.lang.Comparable.T
)
:
int
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
get
()
:
java.util.concurrent.Future.V
get
(
x$1:
long
,
x$2:
java.util.concurrent.TimeUnit
)
:
java.util.concurrent.Future.V
getClass
()
:
java.lang.Class
[
Any
]
getDelay
(
x$1:
java.util.concurrent.TimeUnit
)
:
long
hashCode
()
:
int
isCancelled
()
:
boolean
isDone
()
:
boolean
isInstanceOf
()
:
boolean
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toString
()
:
java.lang.String
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit