com.carrotsearch.hppc.predicates.ObjectObjectPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-cql-shaded Show documentation
Show all versions of driver-cql-shaded Show documentation
A Shaded CQL ActivityType driver for http://nosqlbench.io/
package com.carrotsearch.hppc.predicates;
/**
* A predicate that applies to Object
, Object
pairs.
*/
@javax.annotation.Generated(
date = "2015-05-07T09:33:03+0200",
value = "KTypeVTypePredicate.java")
public interface ObjectObjectPredicate {
public boolean apply(KType key, VType value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy