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

cn.webfuse.core.kit.BooleanKits Maven / Gradle / Ivy

package cn.webfuse.core.kit;

public class BooleanKits {
    public static Boolean toBooleanObject(String property, Object o) {
        return null;
    }

    public static Boolean toBooleanObject(String stringResult) {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy