
org.chronos.chronodb.internal.impl.query.LongSearchSpecificationImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.chronos.chronodb.api Show documentation
Show all versions of org.chronos.chronodb.api Show documentation
Versioned data storage, embeddable and easy to use.
The newest version!
package org.chronos.chronodb.internal.impl.query;
import java.util.function.Predicate;
import org.chronos.chronodb.api.query.NumberCondition;
import org.chronos.chronodb.internal.api.query.searchspec.LongSearchSpecification;
import org.chronos.chronodb.internal.api.query.searchspec.SearchSpecification;
public class LongSearchSpecificationImpl extends AbstractSearchSpecification implements LongSearchSpecification {
// =================================================================================================================
// CONSTRUCTOR
// =================================================================================================================
public LongSearchSpecificationImpl(final String property, final NumberCondition condition, final Long searchValue) {
super(property, condition, searchValue);
}
// =================================================================================================================
// PUBLIC API
// =================================================================================================================
@Override
public Predicate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy