All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alogic.timer.matcher.util.ValueMatcher Maven / Gradle / Ivy

There is a newer version: 1.6.16
Show newest version
package com.alogic.timer.matcher.util;

/**
 * 日期值匹配器
 * 
 * @author duanyy
 * @since 1.6.3.37
 */
public interface ValueMatcher {
	
	/**
	 * 是否匹配
	 * @param value 日期值
	 * @return true|false
	 */
	public boolean match(int value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy