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

com.neko233.toolchain.common.base.ListUtils233 Maven / Gradle / Ivy

package com.neko233.toolchain.common.base;

import java.util.List;

/**
 * @author SolarisNeko
 * Date on 2023-04-13
 */
public class ListUtils233 {

    @SafeVarargs
    public static  List of(V... objs) {
        return CollectionUtils233.ofList(objs);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy