Interface FloatBinaryOperator

All Superinterfaces:
Throwables.FloatBinaryOperator<RuntimeException>

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

    Modifier and Type
    Method
    Description
    float
    applyAsFloat(float left, float right)
    Apply as float.