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

com.swak.core.extension.ExtensionExchangeAdapter Maven / Gradle / Ivy

The newest version!
package com.swak.core.extension;

import java.util.function.Function;

public interface ExtensionExchangeAdapter {

    R exchange(Class targetClz, String bizId, String userCase, Function exeFunction);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy