Class ConfiguredList<V>

All Implemented Interfaces:
Iterable<V>, Collection<V>, List<V>, SequencedCollection<V>

public class ConfiguredList<V> extends CachedConfigValue<List<V>,V> implements List<V>
  • Field Details

    • constructor

      @NotNull protected final @NotNull Supplier<? extends List<V>> constructor
    • paramAdapter

      @NotNull protected final @NotNull ValueAdapter<V> paramAdapter
  • Constructor Details

  • Method Details