![JAR search and dependency download from the Maven repository](/logo.png)
com.icthh.xm.commons.lep.api.LepExecutor Maven / Gradle / Ivy
package com.icthh.xm.commons.lep.api;
import java.util.function.Function;
import java.util.function.Supplier;
public interface LepExecutor {
LepExecutor ifLepPresent(Function executeLepMethod);
LepExecutor ifLepNotExists(Supplier
© 2015 - 2025 Weber Informatics LLC | Privacy Policy