Class BambooListWrapperCallBacks
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.common.BambooListWrapperCallBacks
-
public class BambooListWrapperCallBacks extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <F,T>
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<T>ofTransformedList(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(List<F> items, com.google.common.base.Function<? super F,? extends T> function, int maxResults)
-
-
-
Method Detail
-
ofTransformedList
public static <F,T> com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<T> ofTransformedList(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(List<F> items, com.google.common.base.Function<? super F,? extends T> function, int maxResults)
-
-