T - the value typePredicate instead@Deprecated @FunctionalInterface public interface Matcher<T> extends Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(T object)
Deprecated.
Returns whether the target value satisfies this matcher's condition.
|
default boolean |
test(T t)
Deprecated.
|
boolean matches(T object)
object - the target valuetrue if the target value satisfies this matcher's condition, otherwise falseCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.