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

io.mstream.trader.commons.utils.StringUtil Maven / Gradle / Ivy

package io.mstream.trader.commons.utils;

public class StringUtil {

    public static boolean isNullOrEmpty(String string) {
        return string == null || string.isEmpty();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy