Class Predicates.EqualsPredicate<O>

    • Constructor Detail

      • EqualsPredicate

        public EqualsPredicate​(O value)
    • Method Detail

      • test

        public boolean test​(O o)
        Specified by:
        test in interface Predicate<O>