Factory

@ApiStatus.Internal
interface Factory

Functions

Link copied to clipboard
abstract fun <T : Event, V> create(name: String, filter: EventFilter<T, V>, predicate: BiPredicate<T, V?>?): EventNode<T>