Home
last modified time | relevance | path

Searched refs:conc (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DWhileOps.java1283 return Nodes.conc(op.getOutputShape(),
1407 return Nodes.conc(op.getOutputShape(),
DSliceOps.java668 result = Nodes.conc(op.getOutputShape(),
DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc() method in Nodes
834 return Nodes.conc(getShape(), left.truncate(from, leftCount, generator), in truncate()