
org.chronos.chronodb.internal.impl.query.ContainmentLongSearchSpecificationImpl 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 org.chronos.chronodb.api.query.LongContainmentCondition;
import org.chronos.chronodb.internal.api.query.searchspec.ContainmentLongSearchSpecification;
import org.chronos.chronodb.internal.api.query.searchspec.SearchSpecification;
import java.util.Set;
import java.util.function.Predicate;
public class ContainmentLongSearchSpecificationImpl extends AbstractSearchSpecification> implements ContainmentLongSearchSpecification {
// =================================================================================================================
// CONSTRUCTOR
// =================================================================================================================
public ContainmentLongSearchSpecificationImpl(final String property, final LongContainmentCondition condition, final Set searchValue) {
super(property, condition, searchValue);
}
// =================================================================================================================
// PUBLIC API
// =================================================================================================================
@Override
public Predicate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy