Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
Modifier and Type | Method and Description |
---|---|
default Optional<R> |
CacheStream.max(SerializableComparator<? super R> comparator)
Same as
Stream.max(Comparator) except that the Comparator must also
implement Serializable |
default Optional<R> |
CacheStream.min(SerializableComparator<? super R> comparator)
Same as
Stream.min(Comparator) except that the Comparator must also
implement Serializable |
default CacheStream<R> |
CacheStream.sorted(SerializableComparator<? super R> comparator)
Same as
CacheStream.sorted(Comparator) except that the Comparator must
also implement Serializable |
Copyright © 2021 JBoss by Red Hat. All rights reserved.