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

com.aerospike.dsl.model.Expr Maven / Gradle / Ivy

The newest version!
package com.aerospike.dsl.model;

import com.aerospike.client.exp.Exp;
import lombok.Getter;

@Getter
public class Expr extends AbstractPart {

    public Expr(Exp exp) {
        super(PartType.EXPR, exp);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy