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 false
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.