BackingDataSource

interface BackingDataSource<T>

Functions

first
Link copied to clipboard
abstract fun first(predicate: Predicate<T>): T?
open fun first(predicate: Predicate<T>, nearestTo: Locatable?): T?
get
Link copied to clipboard
abstract fun get(predicate: Predicate<T>): List<T>
open fun get(predicate: Predicate<T>, nearestTo: Locatable?): List<T>