Companion

object Companion

Properties

Functions

Link copied to clipboard
Link copied to clipboard
fun <T : Any, U : Any> createReloadable(event: FabricEvent<U>, adapter: (T) -> U, callback: (List<T>) -> T): Event<T>
Link copied to clipboard
Link copied to clipboard
fun <R> withScriptOwner(owner: String?, action: () -> R): R