implicit final class TaskCompanionUtils extends AnyVal
DEPRECATED — switch to Scala 2.12+ and Task.from.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskCompanionUtils
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TaskCompanionUtils(source: Task.type)
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: Task.type
- def toString(): String
- Definition Classes
- Any
Deprecated Value Members
- def deferCompletableFutureAction[A](f: (Scheduler) => CompletableFuture[A]): Task[A]
DEPRECATED — switch to Scala 2.12+ and Task.from.
DEPRECATED — switch to Scala 2.12+ and Task.from.
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0) Switch to Scala 2.12+ and Task.from
- def fromCompletableFuture[A](cf: CompletableFuture[A]): Task[A]
DEPRECATED — switch to Scala 2.12+ and Task.from.
DEPRECATED — switch to Scala 2.12+ and Task.from.
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0) Switch to Scala 2.12+ and Task.from