public class Filter<T>
extends java.lang.Object
Modifier and Type | Method | 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 © 2018. All rights reserved