| 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 |
IntCacheStream.allMatch(SerializableIntPredicate predicate)
Same as
IntStream.allMatch(IntPredicate) except that the IntPredicate must
also implement Serializable |
default boolean |
IntCacheStream.anyMatch(SerializableIntPredicate predicate)
Same as
IntStream.anyMatch(IntPredicate) except that the IntPredicate must
also implement Serializable |
default IntCacheStream |
IntCacheStream.filter(SerializableIntPredicate predicate)
Same as
IntCacheStream.filter(IntPredicate) except that the IntPredicate must also
implement Serializable |
default boolean |
IntCacheStream.noneMatch(SerializableIntPredicate predicate)
Same as
IntStream.noneMatch(IntPredicate) except that the IntPredicate must
also implement Serializable |
| Modifier and Type | Method and Description |
|---|---|
IntCacheStream |
DistributedIntCacheStream.filter(SerializableIntPredicate predicate) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.