Searched refs:ForEachOp (Results 1 – 1 of 1) sorted by relevance
72 return new ForEachOp.OfRef<>(action, ordered); in makeRef()87 return new ForEachOp.OfInt(action, ordered); in makeInt()102 return new ForEachOp.OfLong(action, ordered); in makeLong()117 return new ForEachOp.OfDouble(action, ordered); in makeDouble()132 abstract static class ForEachOp<T> class in ForEachOps136 protected ForEachOp(boolean ordered) { in ForEachOp() method in ForEachOps.ForEachOp173 static final class OfRef<T> extends ForEachOp<T> {188 static final class OfInt extends ForEachOp<Integer>209 static final class OfLong extends ForEachOp<Long>230 static final class OfDouble extends ForEachOp<Double>