Interface ShortTernaryOperator

All Superinterfaces:
Throwables.ShortTernaryOperator<RuntimeException>

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

    Modifier and Type
    Method
    Description
    short
    applyAsShort(short a, short b, short c)
    Apply as short.