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

com.github.javaclub.toolbox.Matchable Maven / Gradle / Ivy

There is a newer version: 2.7.44
Show newest version
/*
 * @(#)Matchable.java	2017年11月13日
 *
 * Copyright (c) 2017. All Rights Reserved.
 *
 */

package com.github.javaclub.toolbox;

/**
 * Matchable
 *
 * @author Gerald Chen
 * @version $Id: Matchable.java 2017年11月13日 19:45:03 Exp $
 */
public interface Matchable {
	
	boolean match(T element);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy