Service

object Service
Companion
class
class Object
trait Matchable
class Any

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 Params
op

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

Implicits

Implicits

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