Interface ByteTernaryOperator

All Superinterfaces:
Throwables.ByteTernaryOperator<RuntimeException>

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

    Modifier and Type
    Method
    Description
    byte
    applyAsByte(byte a, byte b, byte c)
    Apply as byte.