KotlinTrader / com.doubleu.kotlintrader.data / Schiffe

Schiffe

object Schiffe : Storage<Schiff>

Holding all Schiff objects that were loaded from the database

Inherited Properties

loading val loading: SimpleBooleanProperty

Indicates whether the items are currently being loaded

retrieveOnLoad open val retrieveOnLoad: Boolean

Whether loaded Entities should be retrieved eagerly after loading. Recommended when Entities are being loaded directly from the database

supplier val supplier: () -> List<T>

Functions

load fun load(): Unit

Reloads the contained items

Inherited Functions

asSequence fun asSequence(): Sequence<T>

Creates a Sequence instance that wraps the original collection returning its elements when being iterated.

clear fun clear(): Unit

Clears all items

get fun get(): ObservableList<T>

Retrieves the stored items

Extension Functions

valueOf fun Any?.valueOf(): String