- All Known Subinterfaces:
IntBinaryOperation,IntUnaryOperation
public interface Operation
This interface provides the factory of an
Executable object.-
Method Summary
-
Method Details
-
toExecutable
Executable toExecutable()Returns theExecutableobject.- Returns:
- The
Executableobject.
-