Interface PredicateProvider


public interface PredicateProvider
Provider that returns registered predicates.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the registered predicate.
  • Method Details

    • getPredicate

      Predicate getPredicate(String name)
      Returns the registered predicate.
      Parameters:
      name - name of the predicate to retrieve
      Returns:
      predicate or null