Interface BooleanBinaryOperator

All Superinterfaces:
Throwables.BooleanBinaryOperator<RuntimeException>

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

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