Item Stream
abstract class ItemStream<S : SimpleStream<Item, S>>(dataSource: BackingDataSource<Item>) : InteractableStream<Item, S> , ActionableOps<Item, S> , IdentifiableOps<Item, S> , NameableOps<Item, S>
Content copied to clipboard
Functions
first Or Null
Link copied to clipboard
Get the first entity from the stream
is Not Empty
Link copied to clipboard
Check if the stream is NOT empty or not
last Or Null
Link copied to clipboard
Get the last entity from the stream
set Nearest To
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
Inheritors
BankItemStream
Link copied to clipboard
DepositBoxItemStream
Link copied to clipboard
EquipmentItemStream
Link copied to clipboard
InventoryItemStream
Link copied to clipboard