Mutable Stringy
interface MutableStringy<W : MutableStringy<W>> : Stringy<W> , Transformable<W, String> , Addable<W, String> , AnyAddable<W, String>
Properties
Functions
Link copied to clipboard
Applies some transform to the BackingField and reconstructs the ActualWrapper.
Link copied to clipboard