Class Predicates.InPredicate<O>

    • Constructor Detail

      • InPredicate

        public InPredicate​(Collection<O> value)
    • Method Detail

      • test

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