接口的使用
org.coodex.functional.BiConsumer
使用BiConsumer的程序包
-
org.coodex.util中BiConsumer的使用
参数类型为BiConsumer的org.coodex.util中的方法修饰符和类型方法说明SingletonMap.SingletonMapBuilder.deathListener(BiConsumer<K, V> deathListener) static <T> voidCommon.forEachBlock(T[] all, int blockSize, boolean continuous, float redundancy, BiConsumer<Integer, Integer> consumer) 对一个大数组进行分块操作SingletonMap.get(K key, long maxAge, BiConsumer<K, V> deathListener) SingletonMap.get(K key, BiConsumer<K, V> deathListener) static ResourceScanner.BuilderResourceScanner.newBuilder(BiConsumer<URL, String> processor)