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

icu.mhb.mybatisplus.plugln.tookit.fun.FunComm Maven / Gradle / Ivy

There is a newer version: 1.3.8
Show newest version
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