Package org.eolang
Interface Action<T>
-
- Type Parameters:
T
- The type
public interface Action<T>
The action.- Since:
- 0.41.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
act()
Run it.
-
-
-
Method Detail
-
act
T act()
Run it.- Returns:
- The value
-
-