Interface ProfileFileSupplier

All Superinterfaces:
Supplier<ProfileFile>
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 ProfileFileSupplier extends Supplier<ProfileFile>
Encapsulates the logic for supplying either a single or multiple ProfileFile instances.

Each call to the Supplier.get() method will result in either a new or previously supplied profile based on the implementation's rules.