Interface YLongProcedure


public interface YLongProcedure
Representation of procedure that can be executed on argument of type long
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(long value)
    Body of the procedure.
  • Method Details

    • execute

      void execute(long value)
      Body of the procedure.
      Parameters:
      value - argument to the procedure