public class Filter<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> Filter<T> |
create(IMatcher<T> matcher) |
java.util.List<T> |
filter(java.util.List<? extends T> items) |
void |
filterInPlace(java.util.List<? extends T> items) |
Copyright © 2015. All rights reserved