CanChangeTransformation
Adds an infix function withTransformation to a DataItem.
Inheritors
Functions
Link copied to clipboard
abstract infix fun <T> withTransformation(newTransformation: (BackendDataItem) -> TransformationResult<T, String>): DataItem<T>
Changes the transformation of this DataItem into the given newTransformation.