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

io.github.cshencode.$ Maven / Gradle / Ivy

There is a newer version: 2.1.2-RELEASE
Show newest version
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); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy