Class BooleanSuppliers

java.lang.Object
org.linkki.util.BooleanSuppliers

public class BooleanSuppliers extends Object
  • Method Details

    • 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