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

com.bestvike.out Maven / Gradle / Ivy

The newest version!
package com.bestvike;

/**
 * Created by 许崇雷 on 2018-04-20.
 */
public final class out {
    public T value;

    private out() {
    }

    public static  out init() {
        return new out<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy