AfterBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@JvmName(name = "afterAction")
fun <T> AfterBuilder<T>.action(block: AfterCtx<T>.() -> Unit)
Link copied to clipboard
Link copied to clipboard
operator fun AfterHook.unaryPlus()
operator fun SimpleAfterHook.unaryPlus()

@JvmName(name = "unaryPlusAny?")
operator fun ResolvedFullDataAfterHook<out Any?>.unaryPlus()

If we can't resolve to the type for the resolved after hook, then it's the incorrect type. If we remove this method, then the error is simply that + is not found. Leaving it in with the added deprecation notice leads to a more usable experience as the developer is informed that they got wrong