Transformable
interface Transformable<ActualWrapper : Transformable<ActualWrapper, BackingField>, BackingField> : Boxed<ActualWrapper, BackingField>
Inheritors
Properties
Functions
Link copied to clipboard
Applies some transform to the BackingField and reconstructs the ActualWrapper.