Searched defs:getOutputShape (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DAbstractPipeline.java228 assert getOutputShape() == terminalOp.inputShape();
462 return p.getOutputShape();
561 public abstract StreamShape getOutputShape(); method in class:AbstractPipeline
H A DDoublePipeline.java131 public final StreamShape getOutputShape() { method in class:DoublePipeline
601 assert upstream.getOutputShape() == inputShape;
630 assert upstream.getOutputShape() == inputShape;
H A DIntPipeline.java134 public final StreamShape getOutputShape() { method in class:IntPipeline
596 assert upstream.getOutputShape() == inputShape;
624 assert upstream.getOutputShape() == inputShape;
H A DLongPipeline.java132 public final StreamShape getOutputShape() { method in class:LongPipeline
576 assert upstream.getOutputShape() == inputShape;
605 assert upstream.getOutputShape() == inputShape;
H A DReferencePipeline.java101 public final StreamShape getOutputShape() { method in class:ReferencePipeline
623 assert upstream.getOutputShape() == inputShape;
653 assert upstream.getOutputShape() == inputShape;

Completed in 44 milliseconds