Package extra166y

Interface Ops.BinaryIntOp

All Known Subinterfaces:
Ops.IntReducer
Enclosing class:
Ops

public static interface Ops.BinaryIntOp
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    op(int a, int b)
     
  • Method Details

    • op

      int op(int a, int b)