org.spockframework.util
Class Filter<T>

java.lang.Object
  extended by org.spockframework.util.Filter<T>

public class Filter<T>
extends Object


Method Summary
static
<T> Filter<T>
create(IMatcher<T> matcher)
           
 List<T> filter(List<? extends T> items)
           
 void filterInPlace(List<? extends T> items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public List<T> filter(List<? extends T> items)

filterInPlace

public void filterInPlace(List<? extends T> items)

create

public static <T> Filter<T> create(IMatcher<T> matcher)


Copyright © 2010. All Rights Reserved.