Interface Executable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Executable NO_OPERATION
      This constant represents the default null operation.
    • Method Summary

      Modifier and Type Method Description
      boolean isNoOperation()
      Indicates whether this operation can be regarded as no operation at all.
    • Field Detail

      • NO_OPERATION

        static final Executable NO_OPERATION
        This constant represents the default null operation.
    • Method Detail

      • isNoOperation

        boolean isNoOperation()
        Indicates whether this operation can be regarded as no operation at all.
        Returns:
        "true" if this operation is a noop.