Interface | Description |
---|---|
AbstractLocalCacheStream.StreamSupplier<R> |
Class | Description |
---|---|
AbstractLocalCacheStream<T,S extends BaseStream<T,S>> |
Implements the base operations required for a local stream.
|
EntryStreamSupplier<K,V> |
Stream supplier that is to be used when the underlying stream is composed by
CacheEntry instances. |
KeyStreamSupplier<K,V> |
Stream supplier that is to be used when the underlying stream is composed by key instances.
|
LocalCacheStream<R> |
CacheStream that is to be used locally.
|
LocalDoubleCacheStream |
DoubleStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
|
LocalIntCacheStream |
IntStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
|
LocalLongCacheStream |
LongStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
|
ValueCacheCollection<K,V> |
CacheCollection that can be used for the values method of a cache.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.