Class MapToDoubleOperation<I>

java.lang.Object
org.infinispan.stream.impl.intops.object.MapToDoubleOperation<I>
Type Parameters:
I - the type of the input stream
All Implemented Interfaces:
IntermediateOperation<I,Stream<I>,Double,DoubleStream>, MappingOperation<I,Stream<I>,Double,DoubleStream>

public class MapToDoubleOperation<I> extends Object implements MappingOperation<I,Stream<I>,Double,DoubleStream>
Performs map to double operation on a regular Stream