Package org.eolang
Interface Expr
-
- All Known Implementing Classes:
ExprReduce
public interface Expr
Lambda expression.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Phi
get(Phi rho)
Get the object.
-