Transform

interface Transform<T>

Transforms a type

This is not a kotlin function type because this might be used in environment where those types are relocated and might fail to load at runtime. For an example, in a Gradle plugin.

Functions

Link copied to clipboard
abstract fun transform(input: T): T

Transforms the given input into an output of the same type