public class PivotModels extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PivotModels.Filter<T>
The filter interface
|
Constructor and Description |
---|
PivotModels() |
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<T> |
filter(Iterable<? extends T> iterable,
PivotModels.Filter<T> filter)
Return a proxy iterable object by filtering the items in the original.
|
public static <T> Iterable<T> filter(Iterable<? extends T> iterable, PivotModels.Filter<T> filter)
filter
- the filter.Copyright © 2017. All rights reserved.