Modifier and Type | Method and Description |
---|---|
void |
AvatarManagerImpl.readAvatarData(Avatar avatar,
Avatar.Size size,
AvatarFormatParams formatParams,
Consumer<InputStream> dataAccessor) |
void |
AvatarManager.readAvatarData(Avatar avatar,
Avatar.Size size,
AvatarFormatParams formatParams,
Consumer<InputStream> dataAccessor)
Provides read-only access to the data of the avatar image as an
InputStream passed to the
provided dataAccessor. |
void |
AvatarManagerImpl.readAvatarData(Avatar avatar,
Avatar.Size size,
Consumer<InputStream> dataAccessor) |
void |
AvatarManager.readAvatarData(Avatar avatar,
Avatar.Size size,
Consumer<InputStream> dataAccessor)
Provides read-only access to the data of the avatar image as an
InputStream passed to the
provided dataAccessor. |
void |
AvatarManagerImpl.readAvatarData(Avatar avatar,
AvatarManager.ImageSize size,
Consumer<InputStream> dataAccessor) |
void |
AvatarManager.readAvatarData(Avatar avatar,
AvatarManager.ImageSize size,
Consumer<InputStream> dataAccessor)
Deprecated.
v7.0.1 Please use
AvatarManager.readAvatarData(Avatar, Avatar.Size, Consumer) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
NullAwareIssueIdsIssueIterable.foreach(Consumer<Issue> sink) |
Constructor and Description |
---|
AttachmentZipEntryStreamConsumer(OutputStream outputStream,
Consumer<org.apache.commons.compress.archivers.zip.ZipArchiveEntry> onZipEntryExists,
int entryIndex)
Constructing
AttachmentZipEntryStreamConsumer |
Modifier and Type | Method and Description |
---|---|
void |
IssueIdsIssueIterable.foreach(Consumer<Issue> sink) |
void |
IssueObjectIssuesIterable.foreach(Consumer<Issue> sink) |
void |
IssueGVsIssueIterable.foreach(Consumer<Issue> sink) |
void |
DatabaseIssuesIterable.foreach(Consumer<Issue> sink) |
Modifier and Type | Method and Description |
---|---|
void |
PagedDatabaseIterable.foreach(Consumer<E> consumer) |
void |
DatabaseIterable.foreach(Consumer<E> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
SharedEntitySearchResult.foreach(Consumer<E> sink) |
Modifier and Type | Class and Description |
---|---|
class |
Base64InputStreamConsumer
Basic slurp implementation of an InputStream Consumer which provides Base64 encoded output.
|
Modifier and Type | Field and Description |
---|---|
static Consumer<Closeable> |
Closeable.CLOSE
Simple
Consumer implementation that closes all elements. |
Modifier and Type | Method and Description |
---|---|
static <T> Consumer<T> |
Sinks.nullChecker() |
Modifier and Type | Method and Description |
---|---|
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-2015 Atlassian. All Rights Reserved.