Uses of Interface
me.croabeast.file.UnitMappable.List
Packages that use UnitMappable.List
-
Uses of UnitMappable.List in me.croabeast.file
Methods in me.croabeast.file that return UnitMappable.ListModifier and TypeMethodDescriptionstatic <U extends ConfigurableUnit>
UnitMappable.List<U> UnitMappable.asList()Creates an emptyUnitMappable.Listinstance.static <U extends ConfigurableUnit>
UnitMappable.List<U> Creates a newUnitMappable.Listinstance from the given map.@NotNull UnitMappable.List<U> UnitMappable.Set.toList()Converts this set-based mappable into a list of configurable units.<U extends ConfigurableUnit>
UnitMappable.List<U> Transforms the containedConfigurationSectionelements into aUnitMappable.Listby applying the provided function.