| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LongCacheStream.allMatch(SerializableLongPredicate predicate)
Same as
LongStream.allMatch(LongPredicate) except that the LongPredicate must
also implement Serializable. |
default boolean |
LongCacheStream.anyMatch(SerializableLongPredicate predicate)
Same as
LongStream.anyMatch(LongPredicate) except that the LongPredicate must
also implement Serializable. |
default LongCacheStream |
LongCacheStream.filter(SerializableLongPredicate predicate)
Same as
LongCacheStream.filter(LongPredicate) except that the LongPredicate must also
implement Serializable. |
default boolean |
LongCacheStream.noneMatch(SerializableLongPredicate predicate)
Same as
LongStream.noneMatch(LongPredicate) except that the LongPredicate must
also implement Serializable. |
| Modifier and Type | Method and Description |
|---|---|
LongCacheStream |
DistributedLongCacheStream.filter(SerializableLongPredicate predicate) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.