com.atlassian.bamboo.plugins.rest.util
Class BambooListWrapperCallBacks

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.util.BambooListWrapperCallBacks

public class BambooListWrapperCallBacks
extends java.lang.Object


Constructor Summary
BambooListWrapperCallBacks()
           
 
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
 

Constructor Detail

BambooListWrapperCallBacks

public BambooListWrapperCallBacks()
Method Detail

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.