org.assertj.core.util
Interface CollectionFilter<T>

Type Parameters:
T - the generic type of the elements to return by the filter.
All Known Implementing Classes:
TypeFilter

public interface CollectionFilter<T>

Filters elements in a collection.

Author:
Yvonne Wang

Method Summary
 List<T> filter(Collection<?> target)
           
 

Method Detail

filter

List<T> filter(Collection<?> target)


Copyright © 2013–2015 AssertJ. All rights reserved.