T - The type of input object to test.public interface Predicate<T>
A function which states or affirms the attribute or quality of something.
Note: In future version this interface may derive from
Function<P, Boolean>.
boolean test(T param)
Copyright © 2017. All rights reserved.