Interface StateMatcher<S extends State<S>>

All Superinterfaces:
Predicate<S>

public interface StateMatcher<S extends State<S>> extends Predicate<S>
A StateMatcher that will match various States according to a pre-built list of StatePropertys and their values, such that not all StatePropertys contained in a State must be matched.