createFilter

@Nullable
abstract fun createFilter(@NotNull selector: @NotNull String): @Nullable IFilter<Interaction, out Any>(source)

Creates a filter from a string description

Return

The created filter or null, if no such filter can be created

Parameters

selector

The value in an INI file for the key specified by the opekope2.optigui.annotation.Selector annotation