Interface Value.Operation1

Enclosing class:
Value

public static interface Value.Operation1
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compute​(int value1, int value2)
     
  • Method Details

    • compute

      int compute(int value1, int value2)