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

com.thegoate.logging.volume.amp.Amplifier Maven / Gradle / Ivy

There is a newer version: 0.15.17.202312051550
Show newest version
package com.thegoate.logging.volume.amp;

import com.thegoate.utils.Utility;

/**
 * Created by Eric Angeli on 7/1/2020.
 */
public interface Amplifier extends Utility {
	String amplify(Object message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy