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. -
-
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
-