|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| com.atlassian.jira.issue.vote | |
| com.atlassian.jira.issue.watchers | |
| com.atlassian.jira.util | |
| com.atlassian.jira.util.collect | |
| com.atlassian.jira.web.bean | |
| Uses of Function in com.atlassian.jira.issue.vote |
|---|
| Methods in com.atlassian.jira.issue.vote with parameters of type Function | ||
|---|---|---|
|
IssueVoterAccessor.getDetails(Locale displayLocale,
Issue issue,
Function<User,T> transformer)
Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3 |
|
| Uses of Function in com.atlassian.jira.issue.watchers |
|---|
| Methods in com.atlassian.jira.issue.watchers with parameters of type Function | ||
|---|---|---|
|
IssueWatcherAccessor.getDetails(Locale displayLocale,
Issue issue,
Function<User,T> transformer)
Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3 |
|
| Uses of Function in com.atlassian.jira.util |
|---|
| Subinterfaces of Function in com.atlassian.jira.util | |
|---|---|
interface |
Resolver<I,O>
A interface to resolve some input object into an output object. |
| Methods in com.atlassian.jira.util that return Function | ||
|---|---|---|
static
|
Functions.coerceToSuper()
Transform to a super class. |
|
static
|
Functions.downcast(Class<R> subclass)
Get a function that always the input downcast to the supplied class. |
|
static
|
Functions.identity()
Get a function that always returns the input. |
|
static
|
Functions.memoize(Function<T,R> function,
ConcurrentMap<T,R> map)
Memoizer maps an input to an output and always returns the mapped result rather than calling the wrapped function every time. |
|
| Methods in com.atlassian.jira.util with parameters of type Function | ||
|---|---|---|
static
|
Functions.memoize(Function<T,R> function,
ConcurrentMap<T,R> map)
Memoizer maps an input to an output and always returns the mapped result rather than calling the wrapped function every time. |
|
static
|
Functions.toGoogleFunction(Function<T,R> function)
Map to a google-collections Function. |
|
| Uses of Function in com.atlassian.jira.util.collect |
|---|
| Classes in com.atlassian.jira.util.collect that implement Function | |
|---|---|
static class |
EnclosedIterable.ListResolver<T>
Utility class for transforming a EnclosedIterable into a List. |
| Methods in com.atlassian.jira.util.collect with parameters of type Function | ||
|---|---|---|
static
|
Transformed.collection(Collection<? extends I> collection,
Function<I,E> transformer)
|
|
static
|
Transformed.enclosedIterable(EnclosedIterable<I> iterable,
Function<I,E> transformer)
|
|
static
|
Transformed.entry(Map.Entry<? extends K,? extends I> entry,
Function<I,V> transformer)
|
|
static
|
Transformed.iterable(Iterable<I> iterable,
Function<I,E> transformer)
|
|
static
|
Transformed.iterator(Iterator<? extends I> set,
Function<I,E> transformer)
Iterator that transforms its values from one type to another using the supplied Function. |
|
static
|
Transformed.list(List<I> set,
Function<I,E> transformer)
|
|
static
|
Transformed.map(Map<K,I> map,
Function<I,V> transformer)
|
|
static
|
CollectionUtil.map(Map<K,R> map,
Function<R,S> mapper)
Take a map and eagerly transform all values into a new, immutable Map. |
|
static
|
EnclosedIterable.Functions.toList(EnclosedIterable<I> iterable,
Function<I,O> transformer)
Get an ArrayList of the contents of the supplied EnclosedIterable
transformed by the supplied transform function into the new type O. |
|
static
|
CollectionUtil.transform(Iterable<? extends T> iterable,
Function<T,R> transformer)
Return a List that is transformed from elements of the input type
to elements of the output type by a transformer function. |
|
static
|
CollectionUtil.transform(Iterator<? extends T> iterator,
Function<T,R> transformer)
Return a List that is transformed from elements of the input type to elements of the output type by a transformer function. |
|
static
|
CollectionUtil.transformAndFilter(Iterable<T> iterable,
Function<T,R> transformer,
Predicate<R> predicate)
|
|
static
|
CollectionUtil.transformIterator(Iterator<? extends T> iterator,
Function<T,R> transformer)
Return an Iterator that is transformed from elements of the input
type to elements of the output type by a transformer function. |
|
static
|
CollectionUtil.transformSet(Iterable<T> iterable,
Function<T,R> transformer)
Return a Set that is transformed from elements of the input type
to elements of the output type by a transformer function. |
|
| Uses of Function in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean with parameters of type Function | |
|---|---|
Map<Long,BulkMoveHelper.DistinctValueResult> |
BulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution)
For the given field, calculates all the distinct values present in the currently selected issues of the BulkEditBean. |
Map<Long,BulkMoveHelper.DistinctValueResult> |
BulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution)
For the given field, calculates all the distinct values present in the currently selected issues of the BulkEditBean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||