rd-framework / com.jetbrains.rd.framework / FrameworkMarshallers / delegate

delegate

inline fun <TFrom : Any, reified TTo : Any> IMarshaller<TFrom>.delegate(crossinline to: (TFrom) -> TTo, crossinline from: (TTo) -> TFrom): IMarshaller<TTo>