Module jpastreamer.pipeline
Interface IntermediateOperation<S extends BaseStream<?,S>,R extends BaseStream<?,R>>
- All Superinterfaces:
HasArguments,HasFunction<S,,R> HasReturnType<R>,HasStreamType<S>,HasType<IntermediateOperationType>
public interface IntermediateOperation<S extends BaseStream<?,S>,R extends BaseStream<?,R>>
extends HasType<IntermediateOperationType>, HasStreamType<S>, HasReturnType<R>, HasArguments, HasFunction<S,R>
-
Method Summary
Methods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasArguments
argumentsMethods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasFunction
functionMethods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasReturnType
returnTypeMethods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasStreamType
streamType