io.github.cshencode.$ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shen-tool Show documentation
Show all versions of shen-tool Show documentation
工具类-简化steam操作
通过简单的方式完成流 分组、循环
package io.github.cshencode;
import io.github.cshencode.collector.CollectorUtil;
import io.github.cshencode.stream.StreamUtil;
import java.util.Collection;
/**
*
* -
*
*
* @author css
* @since 2023/11/9
*/
public class $ {
public static StreamUtil stream(Collection collection) {
return StreamUtil.streamUtil(collection);
}
public static StreamUtil listFill(Collection collection) {
return StreamUtil.streamUtil(collection);
}
public static Collection listCast(Collection collection) {
return CollectorUtil.listCast(collection);
}
}