scopeWith

fun Contact?.scopeWith(vararg others: Contact?): MessageScope
fun Contact?.scopeWith(vararg others: CommandSender?): MessageScope
fun Contact?.scopeWith(vararg others: MessageScope?): MessageScope
fun CommandSender?.scopeWith(vararg others: Contact?): MessageScope
fun CommandSender?.scopeWith(vararg others: CommandSender?): MessageScope
fun CommandSender?.scopeWith(vararg others: MessageScope?): MessageScope
fun MessageScope?.scopeWith(vararg others: Contact?): MessageScope
fun MessageScope?.scopeWith(vararg others: CommandSender?): MessageScope
fun MessageScope?.scopeWith(vararg others: MessageScope?): MessageScope
fun Contact?.scopeWith(other: Contact?): MessageScope
fun Contact?.scopeWith(other: CommandSender?): MessageScope
fun Contact?.scopeWith(other: MessageScope?): MessageScope
fun CommandSender?.scopeWith(other: Contact?): MessageScope
fun CommandSender?.scopeWith(other: CommandSender?): MessageScope
fun CommandSender?.scopeWith(other: MessageScope?): MessageScope
fun MessageScope?.scopeWith(other: Contact?): MessageScope
fun MessageScope?.scopeWith(other: CommandSender?): MessageScope
fun MessageScope?.scopeWith(other: MessageScope?): MessageScope
inline fun <R> Contact?.scopeWith(vararg others: Contact?, action: MessageScope.() -> R): R
inline fun <R> Contact?.scopeWith(vararg others: CommandSender?, action: MessageScope.() -> R): R
inline fun <R> Contact?.scopeWith(vararg others: MessageScope?, action: MessageScope.() -> R): R
inline fun <R> CommandSender?.scopeWith(vararg others: Contact?, action: MessageScope.() -> R): R
inline fun <R> CommandSender?.scopeWith(vararg others: CommandSender?, action: MessageScope.() -> R): R
inline fun <R> CommandSender?.scopeWith(vararg others: MessageScope?, action: MessageScope.() -> R): R
inline fun <R> MessageScope?.scopeWith(vararg others: Contact?, action: MessageScope.() -> R): R
inline fun <R> MessageScope?.scopeWith(vararg others: CommandSender?, action: MessageScope.() -> R): R
inline fun <R> MessageScope?.scopeWith(vararg others: MessageScope?, action: MessageScope.() -> R): R
inline fun Contact.scopeWith(): MessageScope
inline fun CommandSender.scopeWith(): MessageScope
inline fun MessageScope.scopeWith(): MessageScope
inline fun <R> Contact.scopeWith(action: MessageScope.() -> R): R
inline fun <R> CommandSender.scopeWith(action: MessageScope.() -> R): R
inline fun <R> MessageScope.scopeWith(action: MessageScope.() -> R): R