Uses of Interface
org.infinispan.util.function.SerializableIntPredicate
-
Packages that use SerializableIntPredicate Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.stream.impl -
-
Uses of SerializableIntPredicate in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntPredicate Modifier and Type Method Description default 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 SerializableIntPredicate Modifier and Type Method Description booleanDistributedIntCacheStream. allMatch(SerializableIntPredicate predicate)booleanDistributedIntCacheStream. anyMatch(SerializableIntPredicate predicate)IntCacheStreamDistributedIntCacheStream. filter(SerializableIntPredicate predicate)booleanDistributedIntCacheStream. noneMatch(SerializableIntPredicate predicate)
-