Class LimitIntOperation

java.lang.Object
org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
All Implemented Interfaces:
IntermediateOperation<Integer,IntStream,Integer,IntStream>

public class LimitIntOperation extends Object implements IntermediateOperation<Integer,IntStream,Integer,IntStream>
Performs limit operation on a IntStream
  • Constructor Details

    • LimitIntOperation

      public LimitIntOperation(long limit)
  • Method Details