|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Consumer | |
|---|---|
| com.atlassian.jira.functest.framework.util.junit | |
| com.atlassian.jira.util | |
| com.atlassian.jira.util.collect | |
| Uses of Consumer in com.atlassian.jira.functest.framework.util.junit |
|---|
| Methods in com.atlassian.jira.functest.framework.util.junit with parameters of type Consumer | |
|---|---|
static void |
DescriptionWalker.walk(Consumer<org.junit.runner.Description> callback,
org.junit.runner.Description... roots)
|
static void |
DescriptionWalker.walk(Consumer<org.junit.runner.Description> callback,
com.google.common.base.Predicate<org.junit.runner.Description> filter,
org.junit.runner.Description... roots)
|
| Uses of Consumer in com.atlassian.jira.util |
|---|
| Fields in com.atlassian.jira.util declared as Consumer | |
|---|---|
static Consumer<Closeable> |
Closeable.CLOSE
Simple Consumer implementation that closes all elements. |
| Uses of Consumer in com.atlassian.jira.util.collect |
|---|
| Methods in com.atlassian.jira.util.collect with parameters of type Consumer | ||
|---|---|---|
static
|
EnclosedIterable.Functions.apply(EnclosedIterable<T> iterable,
Consumer<T> sink)
Pass all the elements of the iterable to the supplied Consumer. |
|
static
|
CloseableIterator.Functions.foreach(CloseableIterator<T> iterator,
Consumer<T> consumer)
|
|
void |
EnclosedIterable.foreach(Consumer<T> sink)
Apply the sink to all elements in the Collection. |
|
void |
CollectionEnclosedIterable.foreach(Consumer<T> sink)
|
|
static
|
CollectionUtil.foreach(Iterable<T> iterable,
Consumer<T> consumer)
For each element in the iterator, consume the contents. |
|
static
|
CollectionUtil.foreach(Iterator<? extends T> iterator,
Consumer<T> consumer)
For each element in the iterator, consume the contents. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||