Searched refs:ForEachOp (Results 1 – 1 of 1) sorted by relevance
73 return new ForEachOp.OfRef<>(action, ordered); in makeRef()88 return new ForEachOp.OfInt(action, ordered); in makeInt()103 return new ForEachOp.OfLong(action, ordered); in makeLong()118 return new ForEachOp.OfDouble(action, ordered); in makeDouble()133 static abstract class ForEachOp<T> class in ForEachOps137 protected ForEachOp(boolean ordered) { in ForEachOp() method in ForEachOps.ForEachOp174 static final class OfRef<T> extends ForEachOp<T> {189 static final class OfInt extends ForEachOp<Integer>210 static final class OfLong extends ForEachOp<Long>231 static final class OfDouble extends ForEachOp<Double>