com.cudrania.core.collection.wrapper.MapSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cudrania Show documentation
Show all versions of cudrania Show documentation
support tools for java development
package com.cudrania.core.collection.wrapper;
import com.cudrania.core.collection.CollectionUtils;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
import java.util.function.Supplier;
/**
* 定义绑定到{@link Map}对象的函数集合
*
* @param
* @param
*/
public interface MapSupplier extends Supplier