Class BambooListWrapperCallBacks
java.lang.Object
com.atlassian.bamboo.plugins.rest.common.BambooListWrapperCallBacks
-
Method Summary
Modifier and TypeMethodDescriptionstatic <F,
T> com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<T> ofTransformedList
(List<F> items, Function<? super F, ? extends T> function) static <F,
T> com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<T> ofTransformedList
(List<F> items, Function<? super F, ? extends T> function, int maxResults)
-
Method Details
-
ofTransformedList
-
ofTransformedList
-