
com.joe.easysocket.server.common.lambda.Condition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socket-common Show documentation
Show all versions of socket-common Show documentation
socket框架,方便快速开发socket服务端和客户端
The newest version!
package com.joe.easysocket.server.common.lambda;
/**
* 条件
*
* @author joe
*/
@FunctionalInterface
public interface Condition {
/**
* 条件是否通过
*
* @return 返回true表示允许,返回false表示不允许
*/
boolean enable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy