Interface YLongProcedure
public interface YLongProcedure
Representation of procedure that can be executed on argument of type long
-
Method Summary
-
Method Details
-
execute
void execute(long value) Body of the procedure.- Parameters:
value- argument to the procedure
-