LinkBuilder

class LinkBuilder<S : Any>(links: MutableList<DataLink<S, Any, Any?>> = mutableListOf())

Constructors

Link copied to clipboard
constructor(links: MutableList<DataLink<S, Any, Any?>> = mutableListOf())

Functions

Link copied to clipboard
inline fun <T : Any, I> link(pair: Pair<KProperty1<S, I>, KProperty1<T, I>>)

Links the properties of two classes, creating a DataLink.