Uses of Interface
org.infinispan.util.function.SerializableIntPredicate
Packages that use SerializableIntPredicate
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntPredicate in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntPredicateModifier and TypeMethodDescriptiondefault boolean
IntCacheStream.allMatch
(SerializableIntPredicate predicate) Same asIntStream.allMatch(IntPredicate)
except that the IntPredicate must also implementSerializable
default boolean
IntCacheStream.anyMatch
(SerializableIntPredicate predicate) Same asIntStream.anyMatch(IntPredicate)
except that the IntPredicate must also implementSerializable
default IntCacheStream
IntCacheStream.filter
(SerializableIntPredicate predicate) Same asIntCacheStream.filter(IntPredicate)
except that the IntPredicate must also implementSerializable
default boolean
IntCacheStream.noneMatch
(SerializableIntPredicate predicate) Same asIntStream.noneMatch(IntPredicate)
except that the IntPredicate must also implementSerializable
-
Uses of SerializableIntPredicate in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableIntPredicateModifier and TypeMethodDescriptionDistributedIntCacheStream.filter
(SerializableIntPredicate predicate)