Class Underscore.WherePredicate<E,​T>

    • Constructor Detail

      • WherePredicate

        private WherePredicate​(List<Tuple<String,​T>> properties)
    • Method Detail

      • test

        public boolean test​(E elem)
        Specified by:
        test in interface Predicate<E>