This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Predicate
extends java.util.function.Predicate<AttributeMap>
Defines the interface, a predicate, i.e. a boolean-valued function, must implement. Predicates
map an instance (given as an AttributeMap) to a boolean value.
Since:
0.1.0
Method Summary
Methods inherited from interface java.util.function.Predicate