Returns the result of applying the logical XOR operator to the
specified {@code bool} operands.
@param a the first operand
@param b the second operand
@return the logical XOR of {@code a} and {@code b}
@see hunt.util.functional.BinaryOperator
@since 1.8
Returns the result of applying the logical XOR operator to the specified {@code bool} operands.
@param a the first operand @param b the second operand @return the logical XOR of {@code a} and {@code b} @see hunt.util.functional.BinaryOperator @since 1.8