* @param <ValueIn> the input value type
* @param <ValueOut> the supplied value type
* @return all values from the underlying data structure as stored
*/
public static <KeyIn, ValueIn, ValueOut> Supplier<KeyIn, ValueIn, ValueOut> all() {
return new AcceptAllSupplier(null);
}