ConcurrentIncludes

scalafx.concurrent.ConcurrentIncludes
See theConcurrentIncludes companion object

Contains implicit methods to convert from `javafx.concurrent` Classes to their ScalaFX counterparts.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConcurrentIncludes.type
trait Includes
object Includes.type

Members list

Implicits

Implicits

implicit def jfxScheduledService2sfxScheduledService[T](s: ScheduledService[T]): ScheduledService[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/ScheduledService.html ScheduledService]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/ScheduledService.html ScheduledService]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX ScheduledService

Attributes

Returns

ScalaFX ScheduledService

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

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Service.html Service]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Service.html Service]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Service

Attributes

Returns

ScalaFX Service

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

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Task.html Task]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Task.html Task]] instance to its ScalaFX counterpart.

Value parameters

t

JavaFX Task

Attributes

Returns

ScalaFX Task

implicit def jfxWorker2sfxWorker[T](w: Worker[T]): Worker[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.html Worker]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.html Worker]] instance to its ScalaFX counterpart.

Value parameters

w

JavaFX Worker

Attributes

Returns

ScalaFX Worker

implicit def jfxWorkerState2sfxWorkerState(s: State): State

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.State.html Worker.State]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.State.html Worker.State]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Worker.State

Attributes

Returns

ScalaFX Worker.State

implicit def jfxWorkerStateEvent2sfxWorkerStateEvent(w: WorkerStateEvent): WorkerStateEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/WorkerStateEvent.html WorkerStateEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/WorkerStateEvent.html WorkerStateEvent]] instance to its ScalaFX counterpart.

Value parameters

w

JavaFX WorkerStateEvent

Attributes

Returns

ScalaFX WorkerStateEvent