LinkTo

data class LinkTo<T : Link<*>>(val target: () -> T) : ChainingStrategy

Chain to a specified link.

Constructors

Link copied to clipboard
constructor(target: () -> T)

Properties

Link copied to clipboard
val target: () -> T