Interface SupplierDecider<T>

Type Parameters:
T - The type of value supplied by the decided Supplier
All Superinterfaces:
Function<ColumnMeta,Supplier<T>>
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 SupplierDecider<T> extends Function<ColumnMeta,Supplier<T>>
Form a given context, decides the corresponding Supplier.