Class OBFLCondition

    • Method Detail

      • evaluate

        public boolean evaluate()
        Description copied from interface: Condition
        Evaluates the condition without supplying any variables.
        Specified by:
        evaluate in interface Condition
        Returns:
        returns the evaluation result
      • evaluate

        public boolean evaluate​(Context context)
        Description copied from interface: Condition

        Evaluates the condition in the supplied context.

        Specified by:
        evaluate in interface Condition
        Parameters:
        context - the context
        Returns:
        returns the evaluation result