ProcessedCategory

Functions

Link copied to clipboard
open fun <T : ProcessedCategory?> collect(categories: Iterable<T>): @Unmodifiable LinkedHashMap<String, T>
Collect a list of categories into a map that can be used by MoulConfigEditor.
Link copied to clipboard
@Unmodifiable
abstract fun getAccordionAnchors(): @Unmodifiable Map<Integer, ProcessedOption>
Link copied to clipboard
@Nullable
abstract fun getDebugDeclarationLocation(): @Nullable String
Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getIdentifier(): String
Link copied to clipboard
@Unmodifiable
abstract fun getOptions(): @Unmodifiable List<ProcessedOption>
Link copied to clipboard
@Nullable
abstract fun getParentCategoryId(): @Nullable String