com.atlassian.bamboo.plugins.rest.common
Class BambooListWrapperCallBacks
java.lang.Object
com.atlassian.bamboo.plugins.rest.common.BambooListWrapperCallBacks
public class BambooListWrapperCallBacks
- extends java.lang.Object
Method Summary |
static
<F,T> com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<T> |
|
ofTransformedList(java.util.List<F> items,
com.google.common.base.Function<? super F,? extends T> function)
|
static
<F,T> com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<T> |
|
ofTransformedList(java.util.List<F> items,
com.google.common.base.Function<? super F,? extends T> function,
int maxResults)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ofTransformedList
public static <F,T> com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<T> ofTransformedList(java.util.List<F> items,
com.google.common.base.Function<? super F,? extends T> function)
ofTransformedList
public static <F,T> com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<T> ofTransformedList(java.util.List<F> items,
com.google.common.base.Function<? super F,? extends T> function,
int maxResults)
Copyright © 2011 Atlassian. All Rights Reserved.