Package io.dialob.program.expr.arith
Interface RowItemsExpression
-
- All Superinterfaces:
Expression,Serializable
- All Known Implementing Classes:
ImmutableRowItemsExpression
@Immutable public interface RowItemsExpression extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Collection<ItemId>eval(EvalContext evalContext)List<ItemId>getItemIds()default ValueTypegetValueType()-
Methods inherited from interface io.dialob.program.model.Expression
getEvalRequiredConditions
-
-
-
-
Method Detail
-
getValueType
@Nonnull default ValueType getValueType()
- Specified by:
getValueTypein interfaceExpression
-
eval
default Collection<ItemId> eval(@Nonnull EvalContext evalContext)
- Specified by:
evalin interfaceExpression
-
-