| Package | Description |
|---|---|
| com.atlassian.crowd.manager.application |
| Modifier and Type | Method and Description |
|---|---|
static <T,K extends Comparable<? super K>> |
ResultsAggregator.with(com.google.common.base.Function<? super T,? extends K> maker,
int startIndex,
int maxResults) |
static <T,K extends Comparable<? super K>> |
ResultsAggregator.with(com.google.common.base.Function<? super T,? extends K> maker,
Query<? extends T> query)
Create an instance that will use the provided function to uniquely identify results and that will
expect as many total results as indicated by the query.
|
Copyright © 2020 Atlassian. All rights reserved.