T
- The type of the predicate input.@ConsumerType public interface Predicate<T>
This is a functional interface and can be used as the assignment target for a lambda expression or method reference.
boolean test(T t)
t
- The input to this predicate.true
if the specified argument is accepted by this
predicate; false
otherwise.Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0