Uses of Interface
com.trendmicro.grid.acl.l0.BatchCollection.Invoker

Packages that use BatchCollection.Invoker
com.trendmicro.grid.acl.l0 ENTRY POINT: Defines all "level-0" frontend GRID interfaces and implementations for SOAP & REST services. 
 

Uses of BatchCollection.Invoker in com.trendmicro.grid.acl.l0
 

Methods in com.trendmicro.grid.acl.l0 with parameters of type BatchCollection.Invoker
static
<E,R,T extends Collection<R>>
T
BatchCollection.invokeOnChunksOf(Collection<? extends E> elements, BatchCollection.Invoker<E,T> invoker)
          Is a helper method that can be used to invoke a certain call on all batch chunks of a larger input list.