Interface IntTernaryOperator

All Superinterfaces:
Throwables.IntTernaryOperator<RuntimeException>

public interface IntTernaryOperator extends Throwables.IntTernaryOperator<RuntimeException>
Since:
1.7.0
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    applyAsInt(int a, int b, int c)
    Apply as int.