com.bestvike.out Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of linq Show documentation
Show all versions of linq Show documentation
LINQ to Objects for Java.
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<>();
}
}