D | ForEachOps.java | 175 final Consumer<? super T> consumer; field in ForEachOps.ForEachOp.OfRef 177 OfRef(Consumer<? super T> consumer, boolean ordered) { in OfRef() 191 final IntConsumer consumer; field in ForEachOps.ForEachOp.OfInt 193 OfInt(IntConsumer consumer, boolean ordered) { in OfInt() 212 final LongConsumer consumer; field in ForEachOps.ForEachOp.OfLong 214 OfLong(LongConsumer consumer, boolean ordered) { in OfLong() 233 final DoubleConsumer consumer; field in ForEachOps.ForEachOp.OfDouble 235 OfDouble(DoubleConsumer consumer, boolean ordered) { in OfDouble()
|