Class EntryByKeyEvaluationPredicate<K,​V>

    • Constructor Detail

      • EntryByKeyEvaluationPredicate

        public EntryByKeyEvaluationPredicate​(IgnitePredicate<? super K>... preds)
        Parameters:
        preds - Optional set of predicates to use for filtration. If none provided - original map (or its copy) will be returned.