implicit final class ScalaFutureUtils[A] extends AnyVal
DEPRECATED — switch to Scala 2.12+ and FutureUtils.toJavaCompletable.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaFutureUtils
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val source: Future[A]
-
def
toString(): String
- Definition Classes
- Any
Deprecated Value Members
-
def
asJava(implicit ec: ExecutionContext): CompletableFuture[A]
DEPRECATED — switch to Scala 2.12+ and FutureUtils.toJavaCompletable.
DEPRECATED — switch to Scala 2.12+ and FutureUtils.toJavaCompletable.
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0) Switch to Scala 2.12+ and FutureUtils.toJavaCompletable