Class SkipLongOperation

java.lang.Object
org.infinispan.stream.impl.intops.primitive.l.SkipLongOperation
All Implemented Interfaces:
IntermediateOperation<Long,LongStream,Long,LongStream>

public class SkipLongOperation extends Object implements IntermediateOperation<Long,LongStream,Long,LongStream>
Performs skip operation on a LongStream
  • Constructor Details

    • SkipLongOperation

      public SkipLongOperation(long n)
  • Method Details