Package org.mpi_sws.jmc.strategies.trust
Interface Event.EventPredicate
- Enclosing class:
Event
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A generic event predicate.
-
Method Summary
-
Method Details
-
test
Tests the event.- Parameters:
event- The event to test.- Returns:
- True if the event passes the test, false otherwise.
-