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 booleanIntCacheStream.allMatch(SerializableIntPredicate predicate) Same asIntStream.allMatch(IntPredicate)except that the IntPredicate must also implementSerializabledefault booleanIntCacheStream.anyMatch(SerializableIntPredicate predicate) Same asIntStream.anyMatch(IntPredicate)except that the IntPredicate must also implementSerializabledefault IntCacheStreamIntCacheStream.filter(SerializableIntPredicate predicate) Same asIntCacheStream.filter(IntPredicate)except that the IntPredicate must also implementSerializabledefault booleanIntCacheStream.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)