
com.tinkerpop.gremlin.structure.Compare Maven / Gradle / Ivy
package com.tinkerpop.gremlin.structure;
import com.tinkerpop.gremlin.util.function.SBiPredicate;
/**
* {@link Compare} is a {@link java.util.function.BiPredicate} that determines whether the first argument is {@code ==}, {@code !=},
* {@code >}, {@code >=}, {@code <}, {@code <=} to the second argument.
*
* @author Marko A. Rodriguez (http://markorodriguez.com)
*/
public enum Compare implements SBiPredicate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy