TransformationIncludes

scalafx.collections.transformation.TransformationIncludes
See theTransformationIncludes companion object

Contains implicit methods to convert from javafx.collections.transformation Classes to their ScalaFX counterparts.

Attributes

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

Members list

Implicits

Implicits

implicit def lilteredList2FilteredBuffer[T](ol: FilteredList[T]): FilteredBuffer[T]
implicit def sortedList2SortedBuffer[T](ol: SortedList[T]): SortedBuffer[T]