Task

scalafx.concurrent.Task
See theTask companion class
object Task

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Task.type

Members list

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.

Attributes

Implicits

Implicits

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