final class CompletionStageOps[T] extends AnyVal
- Alphabetic
- By Inheritance
- CompletionStageOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CompletionStageOps(__self: CompletionStage[T])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- val __self: CompletionStage[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toScala: Future[T]
Returns a Scala Future that will be completed with the same value or exception as the given CompletionStage when that completes.
Returns a Scala Future that will be completed with the same value or exception as the given CompletionStage when that completes. Transformations of the returned Future are executed asynchronously as specified by the ExecutionContext that is given to the combinator methods.
- returns
a Scala Future that represents the CompletionStage's completion
- def toString(): String
- Definition Classes
- Any