Class StandardDoubleIntermediateOperationFactory
java.lang.Object
com.speedment.jpastreamer.pipeline.intermediate.standard.StandardDoubleIntermediateOperationFactory
- All Implemented Interfaces:
DoubleIntermediateOperationFactory
public final class StandardDoubleIntermediateOperationFactory
extends Object
implements DoubleIntermediateOperationFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDropWhile(DoublePredicate predicate) createFilter(DoublePredicate predicate) createFlatMap(DoubleFunction<? extends DoubleStream> mapper) createLimit(long maxSize) createMap(DoubleUnaryOperator mapper) createMapToInt(DoubleToIntFunction mapper) createMapToLong(DoubleToLongFunction mapper) <U> IntermediateOperation<DoubleStream,Stream<U>> createMapToObj(DoubleFunction<? extends U> mapper) createPeek(DoubleConsumer action) createSkip(long n) createTakeWhile(DoublePredicate predicate)
-
Constructor Details
-
StandardDoubleIntermediateOperationFactory
public StandardDoubleIntermediateOperationFactory()
-
-
Method Details
-
createFilter
- Specified by:
createFilterin interfaceDoubleIntermediateOperationFactory
-
createMap
- Specified by:
createMapin interfaceDoubleIntermediateOperationFactory
-
createMapToObj
public <U> IntermediateOperation<DoubleStream,Stream<U>> createMapToObj(DoubleFunction<? extends U> mapper) - Specified by:
createMapToObjin interfaceDoubleIntermediateOperationFactory
-
createMapToLong
- Specified by:
createMapToLongin interfaceDoubleIntermediateOperationFactory
-
createMapToInt
- Specified by:
createMapToIntin interfaceDoubleIntermediateOperationFactory
-
createFlatMap
public IntermediateOperation<DoubleStream,DoubleStream> createFlatMap(DoubleFunction<? extends DoubleStream> mapper) - Specified by:
createFlatMapin interfaceDoubleIntermediateOperationFactory
-
acquireDistinct
- Specified by:
acquireDistinctin interfaceDoubleIntermediateOperationFactory
-
acquireSorted
- Specified by:
acquireSortedin interfaceDoubleIntermediateOperationFactory
-
createPeek
- Specified by:
createPeekin interfaceDoubleIntermediateOperationFactory
-
createLimit
- Specified by:
createLimitin interfaceDoubleIntermediateOperationFactory
-
createSkip
- Specified by:
createSkipin interfaceDoubleIntermediateOperationFactory
-
createTakeWhile
- Specified by:
createTakeWhilein interfaceDoubleIntermediateOperationFactory
-
createDropWhile
- Specified by:
createDropWhilein interfaceDoubleIntermediateOperationFactory
-
acquireBoxed
- Specified by:
acquireBoxedin interfaceDoubleIntermediateOperationFactory
-