Searched defs:inputShape (Results 1 - 15 of 15) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/util/stream/
H A DTerminalOp.java53 default StreamShape inputShape() { return StreamShape.REFERENCE; } method in interface:TerminalOp
H A DForEachOps.java199 public StreamShape inputShape() { method in class:ForEachOps.ForEachOp.OfInt
220 public StreamShape inputShape() { method in class:ForEachOps.ForEachOp.OfLong
241 public StreamShape inputShape() { method in class:ForEachOps.ForEachOp.OfDouble
H A DMatchOps.java197 private final StreamShape inputShape; field in class:MatchOps.MatchOp
223 public StreamShape inputShape() { method in class:MatchOps.MatchOp
H A DFindOps.java145 public StreamShape inputShape() { method in class:FindOps.FindOp
H A DReduceOps.java891 private final StreamShape inputShape; field in class:ReduceOps.ReduceOp
906 public StreamShape inputShape() { method in class:ReduceOps.ReduceOp
H A DDoublePipeline.java611 StatelessOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
639 StatefulOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
H A DIntPipeline.java603 StatelessOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
630 StatefulOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
H A DLongPipeline.java584 StatelessOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
611 StatefulOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
H A DReferencePipeline.java626 StatelessOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
655 StatefulOp(AbstractPipeline<?, E_IN, ?> upstream, StreamShape inputShape, int opFlags) argument
/openjdk9/jdk/test/java/util/stream/bootlib/java.base/java/util/stream/
H A DStatelessTestOp.java65 default StreamShape inputShape() { return StreamShape.REFERENCE; } method in interface:StatelessTestOp
H A DFlagDeclaringOp.java48 public StreamShape inputShape() { method in class:FlagDeclaringOp
H A DTestFlagExpectedOp.java98 public StreamShape inputShape() { method in class:TestFlagExpectedOp
H A DStatefulTestOp.java121 default StreamShape inputShape() { return StreamShape.REFERENCE; } method in interface:StatefulTestOp
H A DCollectorOps.java41 private final StreamShape inputShape; field in class:CollectorOps.StatefulCollector
43 public StatefulCollector(int opFlags, StreamShape inputShape) { argument
49 public StreamShape inputShape() { method in class:CollectorOps.StatefulCollector
H A DOpTestCase.java678 public StreamShape inputShape() { method in class:OpTestCase.ShortCircuitOp

Completed in 124 milliseconds