Class MapToIntOperation<I>

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

public class MapToIntOperation<I> extends Object implements MappingOperation<I,Stream<I>,Integer,IntStream>
Performs map to int operation on a regular Stream
  • Constructor Details

    • MapToIntOperation

      public MapToIntOperation(ToIntFunction<? super I> function)
  • Method Details