Interface StateMatcher<S extends State<S>>

  • All Superinterfaces:
    java.util.function.Predicate<S>

    public interface StateMatcher<S extends State<S>>
    extends java.util.function.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.