Spring Integration

org.springframework.integration.util
Interface CollectionFilter<T>

All Known Implementing Classes:
AcceptOnceCollectionFilter

public interface CollectionFilter<T>

Base strategy for filtering out a subset of a Collection of elements.

Since:
2.1
Author:
Oleg Zhurakousky, Mark Fisher

Method Summary
 java.util.Collection<T> filter(java.util.Collection<T> unfilteredElements)
           
 

Method Detail

filter

java.util.Collection<T> filter(java.util.Collection<T> unfilteredElements)

Spring Integration