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