Class MapToObjDoubleOperation<R>

java.lang.Object
org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation<R>
Type Parameters:
R - the type of the output stream
All Implemented Interfaces:
IntermediateOperation<Double,DoubleStream,R,Stream<R>>, MappingOperation<Double,DoubleStream,R,Stream<R>>

public class MapToObjDoubleOperation<R> extends Object implements MappingOperation<Double,DoubleStream,R,Stream<R>>
Performs boxed operation on a DoubleStream
  • Constructor Details

    • MapToObjDoubleOperation

      public MapToObjDoubleOperation(DoubleFunction<? extends R> function)
  • Method Details