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

    arguments

    Methods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasFunction

    function

    Methods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasReturnType

    returnType

    Methods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasStreamType

    streamType

    Methods inherited from interface com.speedment.jpastreamer.pipeline.trait.HasType

    type