LocatableStream
abstract class LocatableStream<T : Locatable, S : SimpleStream<T, S>>(dataSource: BackingDataSource<T>) : SimpleStream<T, S> , LocatableOps<T, S>
Content copied to clipboard
Functions
firstOrNull
Link copied to clipboard
Get the first entity from the stream
isNotEmpty
Link copied to clipboard
Check if the stream is NOT empty or not
lastOrNull
Link copied to clipboard
Get the last entity from the stream
setNearestTo
Link copied to clipboard
sorted
Link copied to clipboard
{@inheritDoc}
spliterator
Link copied to clipboard
Properties
backingDataSource
Link copied to clipboard
pendingFilters
Link copied to clipboard
sorters
Link copied to clipboard