- Type Parameters:
E - the element type
- All Superinterfaces:
- BaseCollectionSupplier<java.util.Collection<E>,E>, java.util.function.Supplier<java.util.Collection<E>>
- All Known Subinterfaces:
- SerializableCollectionSupplier<E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface CollectionSupplier<E>
extends BaseCollectionSupplier<java.util.Collection<E>,E>
The Interface CollectionSupplier.
- See Also:
Supplier