nl.vpro.domain.api.Matcher Maven / Gradle / Ivy
/*
* Copyright (C) 2013 All rights reserved
* VPRO The Netherlands
*/
package nl.vpro.domain.api;
import java.util.function.Predicate;
/**
* @author Roelof Jan Koekoek
* @since 2.0
*/
public interface Matcher extends Predicate {
Match getMatch();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy