Package-level declarations
Types
Link copied to clipboard
abstract class ContextEvent<C, T>(val context: C, handlers: MutableMap<C, ContextEvent.HandlerEntry<T>> = mutableMapOf())
Link copied to clipboard
class EntitySelectorBuilder
Builder class for creating EntitySelector instances with a fluent API.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ReflectUtil
Lightweight utility for fast reflective access using VarHandle, MethodHandle and LambdaMetafactory.