SortedBuffer

scalafx.collections.transformation.SortedBuffer
See theSortedBuffer companion class
object SortedBuffer

Attributes

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

Members list

Implicits

Implicits

implicit def sfxSortedList2jfx[E](v: SortedBuffer[E]): SortedList[E]

Converts a ScalaFX SortedBuffer to its JavaFX counterpart SortedList.

Converts a ScalaFX SortedBuffer to its JavaFX counterpart SortedList.

Value parameters

v

ScalaFX SortedBuffer

Attributes

Returns

JavaFX SortedList