public class BambooListWrapperCallBacks extends Object
| Modifier and Type | Method and 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)  | 
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)
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)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.