CollectionIncludes

scalafx.collections.CollectionIncludes
See theCollectionIncludes companion trait

Attributes

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

Members list

Implicits

Inherited implicits

Value parameters

ofa

JavaFX ObservableFloatArray

Attributes

Returns

ScalaFX ObservableFloatArray

Inherited from:
CollectionIncludes

Value parameters

oia

JavaFX ObservableIntegerArray

Attributes

Returns

ScalaFX ObservableIntegerArray

Inherited from:
CollectionIncludes
implicit def jfxObservableMap2sfxObservableMap[K, V](om: ObservableMap[K, V]): ObservableMap[K, V]

Converts a JavaFX `ObservableMap` to a ScalaFX scalafx.collections.ObservableMap.

Converts a JavaFX `ObservableMap` to a ScalaFX scalafx.collections.ObservableMap.

Type parameters

K

Key Type

V

Value Type

Value parameters

om

JavaFX ObservableMap

Attributes

Returns

ScalaFX ObservableMap

Inherited from:
CollectionIncludes
implicit def jfxObservableSet2sfxObservableSet[T](os: ObservableSet[T]): ObservableHashSet[T]

Converts a JavaFX `ObservableSet` to a ScalaFX scalafx.collections.ObservableSet.

Converts a JavaFX `ObservableSet` to a ScalaFX scalafx.collections.ObservableSet.

Type parameters

T

Set Type

Value parameters

os

JavaFX ObservableSet

Attributes

Returns

ScalaFX ObservableSet

Inherited from:
CollectionIncludes
implicit def lilteredList2FilteredBuffer[T](ol: FilteredList[T]): FilteredBuffer[T]

Attributes

Inherited from:
TransformationIncludes
implicit def observableList2ObservableBuffer[T](ol: ObservableList[T]): ObservableBuffer[T]

Type parameters

T

List Type

Value parameters

ol

JavaFX ObservableList

Attributes

Returns

ScalaFX ObservableBuffer

Inherited from:
CollectionIncludes
implicit def sortedList2SortedBuffer[T](ol: SortedList[T]): SortedBuffer[T]

Attributes

Inherited from:
TransformationIncludes