public interface Predicate<T>
| Modifier and Type | Field and Description |
|---|---|
static Predicate<?> |
ALWAYS_FALSE |
static Predicate<?> |
ALWAYS_TRUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(T param) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.