Module jpastreamer.pipeline
Interface HasStreamType<S extends BaseStream<?,S>>
- All Known Subinterfaces:
IntermediateOperation<S,,R> TerminalOperation<S,R>
public interface HasStreamType<S extends BaseStream<?,S>>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the stream type on which the operation is supposed to be invoked.
-
Method Details
-
streamType
Returns the stream type on which the operation is supposed to be invoked.Any of the following classes can be returned:
- Returns:
- the stream type on which the operation is supposed to be invoked
-