Uses of Interface
org.infinispan.util.function.SerializableDoublePredicate
-
Packages that use SerializableDoublePredicate Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of SerializableDoublePredicate in org.infinispan
Methods in org.infinispan with parameters of type SerializableDoublePredicate Modifier and Type Method Description default booleanDoubleCacheStream. allMatch(SerializableDoublePredicate predicate)Same asDoubleStream.allMatch(DoublePredicate)except that the DoublePredicate must also implementSerializabledefault booleanDoubleCacheStream. anyMatch(SerializableDoublePredicate predicate)Same asDoubleStream.anyMatch(DoublePredicate)except that the DoublePredicate must also implementSerializabledefault DoubleCacheStreamDoubleCacheStream. filter(SerializableDoublePredicate predicate)Same asDoubleCacheStream.filter(DoublePredicate)except that the DoublePredicate must also implementSerializabledefault booleanDoubleCacheStream. noneMatch(SerializableDoublePredicate predicate)Same asDoubleStream.noneMatch(DoublePredicate)except that the DoublePredicate must also implementSerializable
-