Interface IntBinaryOperator

All Superinterfaces:
IntBinaryOperator, Throwables.IntBinaryOperator<RuntimeException>

public interface IntBinaryOperator extends Throwables.IntBinaryOperator<RuntimeException>, IntBinaryOperator
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    applyAsInt(int left, int right)
    Apply as int.