Interface Value.Operation2

Enclosing class:
Value

public static interface Value.Operation2
  • Method Summary

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

    • compute

      int compute(int value1, int value2, int c)