Class BooleanSuppliers


  • public class BooleanSuppliers
    extends Object
    • Method Detail

      • negate

        public static BooleanSupplier negate​(BooleanSupplier original)
        Returns a boolean supplier that represents the logical negation of the given boolean supplier.
        Parameters:
        original - the boolean supplier to be negated
        Returns:
        a boolean supplier that represents the logical negation of the given boolean supplier