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

com.github.hugh.support.EntityCompareOperation Maven / Gradle / Ivy

There is a newer version: 2.7.14
Show newest version
package com.github.hugh.support;

/**
 * 实体类比较操作
 */
@FunctionalInterface
public interface EntityCompareOperation {

    /**
     * 执行超时操作。具体操作逻辑由实现该接口的类来决定。
     */
    void doOperation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy