scopeWith
fun CommandSender?.scopeWith(vararg others: CommandSender?): MessageScope
Content copied to clipboard
inline fun <R> Contact?.scopeWith(vararg others: Contact?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> Contact?.scopeWith(vararg others: CommandSender?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> Contact?.scopeWith(vararg others: MessageScope?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> CommandSender?.scopeWith(vararg others: Contact?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> CommandSender?.scopeWith(vararg others: CommandSender?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> CommandSender?.scopeWith(vararg others: MessageScope?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> MessageScope?.scopeWith(vararg others: Contact?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> MessageScope?.scopeWith(vararg others: CommandSender?, action: MessageScope.() -> R): R
Content copied to clipboard
inline fun <R> MessageScope?.scopeWith(vararg others: MessageScope?, action: MessageScope.() -> R): R
Content copied to clipboard