Class AlwaysFalsePredicate<T>

java.lang.Object
io.quarkus.deployment.dev.AlwaysFalsePredicate<T>
All Implemented Interfaces:
Predicate<T>

public class AlwaysFalsePredicate<T> extends Object implements Predicate<T>
  • Constructor Details

    • AlwaysFalsePredicate

      public AlwaysFalsePredicate()
  • Method Details