接口的使用
net.dongliu.commons.function.LastAwareConsumer
-
使用LastAwareConsumer的程序包 程序包 说明 net.dongliu.commons.collection Utils for collection. -
-
net.dongliu.commons.collection中LastAwareConsumer的使用
参数类型为LastAwareConsumer的net.dongliu.commons.collection中的方法 修饰符和类型 方法 说明 static <T> voidCollections2. forEach(java.util.Collection<T> c, LastAwareConsumer<? super T> consumer)Traverse on a collection.static <T> voidIterables. forEachLastAware(java.lang.Iterable<T> iterable, LastAwareConsumer<? super T> consumer)Traverse on a collection.static <T> voidLists. forEachLastAware(java.util.List<T> list, LastAwareConsumer<? super T> consumer)Traverse on a list.
-