Interface CanOverrideDescription<SELF>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SELF as​(java.lang.String newDescription)
      Allows to adjust the description of this object.
    • Method Detail

      • as

        @PublicAPI(usage=ACCESS)
        SELF as​(java.lang.String newDescription)
        Allows to adjust the description of this object. Note that this method will not modify the current object, but instead return a new object with adjusted description.
        Parameters:
        newDescription - The description the result of this method will hold
        Returns:
        A new equivalent object with adjusted description