Uses of Interface
com.atlassian.jira.util.Consumer

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
<T> void
EnclosedIterable.Functions.apply(EnclosedIterable<T> iterable, Consumer<T> sink)
          Pass all the elements of the iterable to the supplied Consumer.
static
<T> void
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
<T> void
CollectionUtil.foreach(Iterable<T> iterable, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
static
<T> void
CollectionUtil.foreach(Iterator<? extends T> iterator, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.