Interface Condition

  • All Known Implementing Classes:
    OBFLCondition

    public interface Condition
    Provides an interface for a condition.
    • Method Detail

      • evaluate

        boolean evaluate()
        Evaluates the condition without supplying any variables.
        Returns:
        returns the evaluation result
      • evaluate

        boolean evaluate​(Context context)

        Evaluates the condition in the supplied context.

        Parameters:
        context - the context
        Returns:
        returns the evaluation result