Boolean.logicalAnd

Returns the result of applying the logical AND operator to the specified {@code bool} operands.

@param a the first operand @param b the second operand @return the logical AND of {@code a} and {@code b} @see hunt.util.functional.BinaryOperator

class Boolean
static
bool
logicalAnd
(
bool a
,
bool b
)

Meta