Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
Modifier and Type | Method and Description |
---|---|
LongCacheStream |
IntCacheStream.asLongStream() |
LongCacheStream |
LongCacheStream.distinct() |
LongCacheStream |
LongCacheStream.filter(LongPredicate predicate) |
default LongCacheStream |
LongCacheStream.filter(SerializableLongPredicate predicate)
Same as
filter(LongPredicate) except that the LongPredicate must also
implement Serializable. |
LongCacheStream |
LongCacheStream.flatMap(LongFunction<? extends LongStream> mapper) |
default LongCacheStream |
LongCacheStream.flatMap(SerializableLongFunction<? extends LongStream> mapper)
Same as
flatMap(LongFunction) except that the LongFunction must also
implement Serializable. |
LongCacheStream |
CacheStream.flatMapToLong(Function<? super R,? extends LongStream> mapper) |
default LongCacheStream |
CacheStream.flatMapToLong(SerializableFunction<? super R,? extends LongStream> mapper)
Same as
CacheStream.flatMapToLong(Function) except that the Function must also
implement Serializable |
LongCacheStream |
LongCacheStream.limit(long maxSize) |
LongCacheStream |
LongCacheStream.map(LongUnaryOperator mapper) |
default LongCacheStream |
LongCacheStream.map(SerializableLongUnaryOperator mapper)
Same as
map(LongUnaryOperator) except that the LongUnaryOperator must also
implement Serializable. |
LongCacheStream |
DoubleCacheStream.mapToLong(DoubleToLongFunction mapper) |
LongCacheStream |
IntCacheStream.mapToLong(IntToLongFunction mapper) |
default LongCacheStream |
DoubleCacheStream.mapToLong(SerializableDoubleToLongFunction mapper)
Same as
DoubleCacheStream.mapToLong(DoubleToLongFunction) except that the DoubleToLongFunction must also
implement Serializable |
default LongCacheStream |
IntCacheStream.mapToLong(SerializableIntToLongFunction mapper)
Same as
IntCacheStream.mapToLong(IntToLongFunction) except that the IntToLongFunction must also
implement Serializable |
default LongCacheStream |
CacheStream.mapToLong(SerializableToLongFunction<? super R> mapper)
Same as
CacheStream.mapToLong(ToLongFunction) except that the ToLongFunction must also
implement Serializable |
LongCacheStream |
CacheStream.mapToLong(ToLongFunction<? super R> mapper) |
LongCacheStream |
LongCacheStream.onClose(Runnable closeHandler) |
LongCacheStream |
LongCacheStream.parallel() |
LongCacheStream |
LongCacheStream.peek(LongConsumer action) |
default LongCacheStream |
LongCacheStream.peek(SerializableLongConsumer action)
Same as
flatMap(LongFunction) except that the LongFunction must also
implement Serializable. |
LongCacheStream |
LongCacheStream.sequential() |
LongCacheStream |
LongCacheStream.skip(long n) |
LongCacheStream |
LongCacheStream.sorted() |
LongCacheStream |
LongCacheStream.unordered() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.