Class TruePredicate

java.lang.Object
com.day.cq.commons.predicates.TruePredicate
All Implemented Interfaces:
Serializable, Predicate

public class TruePredicate extends Object implements Predicate, Serializable
See Also:
  • Field Details

    • INSTANCE

      public static final Predicate INSTANCE
  • Method Details

    • getInstance

      public static Predicate getInstance()
    • test

      public boolean test(Object object)
      Specified by:
      test in interface Predicate