public class AsLongIntOperation extends Object implements IntermediateOperation<Integer,IntStream,Long,LongStream>
IntStream| Modifier and Type | Method and Description |
|---|---|
static AsLongIntOperation |
getInstance() |
LongStream |
perform(IntStream stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleInjectionpublic static AsLongIntOperation getInstance()
public LongStream perform(IntStream stream)
IntermediateOperationperform in interface IntermediateOperation<Integer,IntStream,Long,LongStream>stream - the stream to have the operation performed onCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.