All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.heliorm.impl.WithEqualsPart Maven / Gradle / Ivy

The newest version!
package com.heliorm.impl;

import com.heliorm.OrmException;
import com.heliorm.def.Continuation;
import com.heliorm.def.WithEquals;

/**
 * @author gideon
 */
public interface WithEqualsPart extends WithEquals {

    FieldPart getThis() throws OrmException;

    @Override
    Continuation< O> eq(C value) throws OrmException;

    @Override
    Continuation notEq(C value) throws OrmException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy