Package ddf.catalog.pubsub.predicate
Class TruePredicate
java.lang.Object
ddf.catalog.pubsub.predicate.TruePredicate
- All Implemented Interfaces:
Predicate
A Predicate that always returns true. Meant to be used where criteria is missing and a predicate
is still needed to continue with execution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.osgi.service.event.Event properties) This method always returns true.