| Modifier and Type | Class and Description |
|---|---|
static interface |
NestedGroupsIterator.PredicateWithException<T> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyMatch(NestedGroupsIterator.PredicateWithException<T> consumer) |
static NestedGroupsIterator<Group> |
groupsIterator(Collection<? extends Group> groups,
boolean includeOriginal,
NestedGroupsProvider provider) |
static NestedGroupsIterator<Group> |
groupsIterator(Collection<String> groups,
NestedGroupsProvider provider) |
boolean |
hasNext() |
static NestedGroupsIterator<String> |
namesIterator(Collection<String> groups,
boolean includeOriginal,
NestedGroupsProvider provider) |
T |
next() |
List<T> |
nextBatch(int maxBatchSize) |
List<T> |
toList() |
void |
visitAll() |
public boolean hasNext()
throws OperationFailedException
OperationFailedExceptionpublic T next() throws OperationFailedException
OperationFailedExceptionpublic List<T> toList() throws OperationFailedException
OperationFailedExceptionpublic List<T> nextBatch(int maxBatchSize) throws OperationFailedException
OperationFailedExceptionpublic boolean anyMatch(NestedGroupsIterator.PredicateWithException<T> consumer) throws OperationFailedException
OperationFailedExceptionpublic void visitAll()
throws OperationFailedException
OperationFailedExceptionpublic static NestedGroupsIterator<Group> groupsIterator(Collection<? extends Group> groups, boolean includeOriginal, NestedGroupsProvider provider)
public static NestedGroupsIterator<String> namesIterator(Collection<String> groups, boolean includeOriginal, NestedGroupsProvider provider)
public static NestedGroupsIterator<Group> groupsIterator(Collection<String> groups, NestedGroupsProvider provider)
Copyright © 2024 Atlassian. All rights reserved.