Uses of Interface
org.infinispan.util.function.SerializableIntPredicate
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntPredicate in org.infinispan
Modifier 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
Modifier and TypeMethodDescriptionDistributedIntCacheStream.filter
(SerializableIntPredicate predicate)