Service

scalafx.concurrent.Service
See theService companion class
object Service

Attributes

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

Members list

Value members

Concrete methods

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

Create a new scalafx.concurrent.Service with a operation to be invoked after this was started on the JavaFX Application Thread.

Create a new scalafx.concurrent.Service with a operation to be invoked after this was started on the JavaFX Application Thread.

Value parameters

op

scala.Function that returns a scalafx.concurrent.Task to be invoked after this was started on the JavaFX Application Thread.

Attributes

Implicits

Implicits

implicit def sfxService2jfx[T](s: Service[T]): Service[T]