Package com.terracottatech.store
Interface TypedValueSelection
- All Superinterfaces:
Collection<TypedValue<?>>
,Iterable<TypedValue<?>>
,Selection<TypedValue<?>>
- All Known Implementing Classes:
TypedValueSelectionImpl
Specifically a
Selection
of TypedValue objects. Nothing extra, except
for filtering operations that allow to retrieve only entries
that match a specific type.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.terracottatech.store.Selection
Selection.ComparableSelection<T extends Comparable<T>>, Selection.DoubleSelection, Selection.IntSelection, Selection.LongSelection, Selection.NumberSelection<T extends Number & Comparable<T>>
-
Method Summary
Methods inherited from interface java.util.Collection
addAll, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, size, spliterator, stream, toArray, toArray, toArray
Methods inherited from interface com.terracottatech.store.Selection
add, clear, first, firstOrElse, firstOrFail, get, getOrElse, getOrFail, last, lastOrElse, lastOrFail, remove, removeAll, removeIf, retainAll, sole, soleOrElse
-
Method Details
-
booleans
Selection.ComparableSelection<Boolean> booleans() -
chars
Selection.ComparableSelection<Character> chars() -
integers
Selection.IntSelection integers() -
longs
Selection.LongSelection longs() -
doubles
Selection.DoubleSelection doubles() -
strings
Selection.ComparableSelection<String> strings() -
bytes
Selection<byte[]> bytes() -
lists
-
maps
-