Interface CollectionProvider<T>

All Superinterfaces:
CollectionContext<T>, Destructible, Iterable<T>
All Known Implementing Classes:
JoinedStringProperty

public interface CollectionProvider<T> extends CollectionContext<T>