Class OperationFactory.SetFlagAction

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SetFlagAction()  
    • Constructor Detail

      • SetFlagAction

        private SetFlagAction()
    • Method Detail

      • operate

        public java.lang.Object operate​(java.lang.Object value)
        Description copied from interface: Operation
        Apply some function to a value and return the result.
        Parameters:
        value - value to apply function to
        Returns:
        result of function
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object