Interface TypedValueSelection

All Superinterfaces:
Collection<TypedValue<?>>, Iterable<TypedValue<?>>, Selection<TypedValue<?>>
All Known Implementing Classes:
TypedValueSelectionImpl

public interface TypedValueSelection extends Selection<TypedValue<?>>
Specifically a Selection of TypedValue objects. Nothing extra, except for filtering operations that allow to retrieve only entries that match a specific type.