- Type Parameters:
E - the element type
- All Superinterfaces:
- BaseCollectionSupplier<java.util.List<E>,E>, java.util.function.Supplier<java.util.List<E>>
- All Known Subinterfaces:
- SerializableListSupplier<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 ListSupplier<E>
extends BaseCollectionSupplier<java.util.List<E>,E>
The Interface ListSupplier.
- See Also:
Supplier