withTransformation

open infix override fun <T> withTransformation(newTransformation: (BackendDataItem) -> TransformationResult<T, String>): ArgumentItem<T>(source)

Changes the transformation of this DataItem into the given newTransformation.