Interface ByteBinaryOperator

All Superinterfaces:
Throwables.ByteBinaryOperator<RuntimeException>

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

    Modifier and Type
    Method
    Description
    byte
    applyAsByte(byte left, byte right)
    Apply as byte.