public class BaseFiltering extends Object
| Constructor and Description |
|---|
BaseFiltering() |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
filter(Collection<? extends T> cin,
net.sf.jga.fn.UnaryFunctor<T,Boolean> test) |
<T> List<T> |
filter(List<? extends T> cin,
net.sf.jga.fn.UnaryFunctor<T,Boolean> test) |
public <T> Collection<T> filter(Collection<? extends T> cin, net.sf.jga.fn.UnaryFunctor<T,Boolean> test)
Copyright © 2022. All rights reserved.