Class BambooListWrapperCallBacks


  • public class BambooListWrapperCallBacks
    extends Object
    • 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)