com.datastax.dse.graph.internal.SearchPredicate Maven / Gradle / Ivy
The newest version!
/*
* Copyright (C) 2012-2016 DataStax Inc.
*
* This software can be used solely with DataStax Enterprise. Please consult the license at
* http://www.datastax.com/terms/datastax-dse-driver-license-terms
*/
package com.datastax.dse.graph.internal;
import com.google.common.collect.Sets;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import com.datastax.dse.graph.api.predicates.Search;
import java.util.List;
import java.util.function.BiPredicate;
/**
* List of predicates for geolocation usage with DseGraph and Search indexes.
* Should not be accessed directly but through the {@link Search} static methods.
*/
public enum SearchPredicate implements BiPredicate