icu.mhb.mybatisplus.plugln.tookit.fun.FunComm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join Show documentation
Show all versions of mybatis-plus-join Show documentation
A multi-table plugin for Mybatis Plus.
package icu.mhb.mybatisplus.plugln.tookit.fun;
/**
* @author mahuibo
* @Title: FunComm
* @email [email protected]
* @time 2022/11/22
*/
public class FunComm {
public static void isTrue(boolean flag, Runnable runnable) {
if (flag) {
runnable.run();
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy