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

se.kuseman.payloadbuilder.api.expression.ILiteralArrayExpression Maven / Gradle / Ivy

package se.kuseman.payloadbuilder.api.expression;

import se.kuseman.payloadbuilder.api.execution.ValueVector;

/** Literal array */
public interface ILiteralArrayExpression extends IExpression
{
    /** Return the Array value */
    ValueVector getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy