Package | Description |
---|---|
org.infinispan.stream |
This package contains various helper classes when using the
CacheStream or its various
classes. |
Modifier and Type | Method and Description |
---|---|
static <T,R> Collector<T,?,R> |
CacheCollectors.serializableCollector(SerializableSupplier<Collector<T,?,R>> supplier)
Creates a collector that is serializable and will upon usage create a collector using the serializable supplier
provided by the user.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.