Uses of Interface
org.infinispan.util.function.SerializableDoublePredicate
Packages that use SerializableDoublePredicate
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableDoublePredicate in org.infinispan
Methods in org.infinispan with parameters of type SerializableDoublePredicateModifier and TypeMethodDescriptiondefault boolean
DoubleCacheStream.allMatch
(SerializableDoublePredicate predicate) Same asDoubleStream.allMatch(DoublePredicate)
except that the DoublePredicate must also implementSerializable
default boolean
DoubleCacheStream.anyMatch
(SerializableDoublePredicate predicate) Same asDoubleStream.anyMatch(DoublePredicate)
except that the DoublePredicate must also implementSerializable
default DoubleCacheStream
DoubleCacheStream.filter
(SerializableDoublePredicate predicate) Same asDoubleCacheStream.filter(DoublePredicate)
except that the DoublePredicate must also implementSerializable
default boolean
DoubleCacheStream.noneMatch
(SerializableDoublePredicate predicate) Same asDoubleStream.noneMatch(DoublePredicate)
except that the DoublePredicate must also implementSerializable
-
Uses of SerializableDoublePredicate in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableDoublePredicateModifier and TypeMethodDescriptionDistributedDoubleCacheStream.filter
(SerializableDoublePredicate predicate)