Interface BooleanBinaryOperator

All Superinterfaces:
Throwables.BooleanBinaryOperator<RuntimeException>

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

    Modifier and Type
    Method
    Description
    boolean
    applyAsBoolean(boolean left, boolean right)
    Apply as boolean.