- 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 theExecutable
object.- Returns:
- The
Executable
object.
-