T
- the type of the input to the predicatePredicate
instead.@Deprecated public interface Predicate<T>
Modifier and Type | Method and Description |
---|---|
boolean |
test(T t)
Deprecated.
Evaluates this predicate on the given argument.
|
boolean test(T t)
t
- the input argumenttrue
if the input argument matches the predicate, otherwise false
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.