public final class FlatFilter extends Object
| Constructor | Description |
|---|---|
FlatFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> org.revapi.query.Filter<T> |
by(java.util.function.Function<T,Boolean> filter) |
A simple filter that scans only the direct children of some element.
|
public static <T> org.revapi.query.Filter<T> by(java.util.function.Function<T,Boolean> filter)
T - the type of the element to acceptfilter - the function to determine if the filter Filter.applies(Object)Copyright © 2017 Lukas Krejci. All Rights Reserved.