TaskCompanionUtils

final class TaskCompanionUtils(val source: Task) extends AnyVal

DEPRECATED — switch to Scala 2.12+ and Task.from.

DEPRECATED — switch to Scala 2.12+ and Task.from.

class AnyVal
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("Switch to Scala 2.12+ and Task.from", "3.0.0")
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.

Deprecated
@deprecated("Switch to Scala 2.12+ and Task.from", "3.0.0")
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.

Deprecated

Concrete fields

val source: Task