final class UnsafeFutureOps[T] extends AnyRef
These operations are impure, and should be rarely, if ever used. Definitely never in any production code that responds to your request. Acceptable only on application startup, or test code
- Since
09 Jan 2018
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnsafeFutureOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UnsafeFutureOps(f: future.Future[T])
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
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asUnit(implicit ec: future.ExecutionContext): future.Future[Unit]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
syncAsResult(timeout: duration.FiniteDuration = duration.minutes(1)): result.Result[T]
Using this is highly discouraged
Using this is highly discouraged
This is here more as a convenience method for testing
-
def
syncAwaitReady(timeout: duration.FiniteDuration = duration.minutes(1)): future.Future[T]
Using this is highly discouraged
Using this is highly discouraged
This is here more as a convenience method for testing
-
def
syncUnsafeGet(timeout: duration.FiniteDuration = duration.minutes(1)): T
Using this is highly discouraged
Using this is highly discouraged
This is here more as a convenience method for testing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )