Package org.eolang
Interface Expr
-
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.
-
public interface Expr
Modifier and Type | Method | Description |
---|---|---|
Phi |
get(Phi rho) |
Get the object.
|