Uses of Class
cc.carm.lib.configuration.builder.collection.SimpleCollectionCreator
Packages that use SimpleCollectionCreator
Package
Description
-
Uses of SimpleCollectionCreator in cc.carm.lib.configuration.builder.collection
Methods in cc.carm.lib.configuration.builder.collection that return SimpleCollectionCreatorModifier and TypeMethodDescriptionstatic <V,
C extends Collection<V>, RESULT extends CollectionConfigValue<V, C, ?>>
@NotNull SimpleCollectionCreator<V, C, RESULT> SimpleCollectionCreator.create
(@NotNull ValueType<V> type, @NotNull Supplier<? extends C> defaultConstructor, @NotNull SimpleCollectionCreator.CollectionValueFactory<V, C, RESULT> factory) -
Uses of SimpleCollectionCreator in cc.carm.lib.configuration.builder.list
Subclasses of SimpleCollectionCreator in cc.carm.lib.configuration.builder.list