Uses of Interface
java.util.function.ObjLongConsumer
-
Packages that use ObjLongConsumer 软件包 描述 java.util.stream 用于支持元素流上的功能样式操作的类,例如集合上的map-reduce转换。 -
-
Uses of ObjLongConsumer in java.util.stream
Methods in java.util.stream with parameters of type ObjLongConsumer 变量和类型 方法 描述 <R> R
LongStream. collect(Supplier<R> supplier, ObjLongConsumer<R> accumulator, BiConsumer<R,R> combiner)
对此流的元素执行 mutable reduction操作。
-