Task

object Task
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](op: => T): Task[T]

Creates a new scalafx.concurrent.Task with a operation that actually performs the background thread logic.

Creates a new scalafx.concurrent.Task with a operation that actually performs the background thread logic.

Implicits

Implicits

implicit def sfxTask2jfx[T](t: Task[T]): Task[T]