Package com.batch.android.lisp
Interface Reduceable
-
- All Known Implementing Classes:
SExpression,VariableValue
public interface ReduceableDefines reducable valuesA reduceable value can be reduced to another Value (usually a Primitive or Error)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Valuereduce(EvaluationContext context)
-
-
-
Method Detail
-
reduce
Value reduce(EvaluationContext context)
-
-