| Interface | Description |
|---|---|
| IContainer<Type> |
Container is an @Iterable which can also be queried for a contained item.
|
| IQueryable<Type> |
IQueryable combines the functionality of a @Stream and an @IContainer.
|
| IQueryableList<Type> | |
| IQueryableMap<K,V> |
| Class | Description |
|---|---|
| Queryable |
This class provides static methods to create new Queryable collections.
|
| QueryableCollector<T> |
This class is used to transform a @Stream of elements to a QueryableList
Usage: stream.collect(QueryableCollector.toQueryable());
|
| QueryableList<Type> |
This class implements the @IQueryable interface.
|
| QueryableMap<K,V> |
Copyright © 2015. All rights reserved.