Interface IDfPredicate


public interface IDfPredicate
A predicate is an object which evaluates a boolean condition given some runtime state.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Object state)
    Evaluates a boolean condition given some runtime state.
  • Method Details

    • test

      boolean test(Object state) throws DfException
      Evaluates a boolean condition given some runtime state.
      Parameters:
      state - the runtime state assisting the evaluation (might be null)
      Returns:
      the result of the evaluation
      Throws:
      DfException - if a server error occurs