Skip to content

Instantly share code, notes, and snippets.

package com.psyclik;
import java.util.Locale;
import java.util.function.Function;
import com.vaadin.data.util.converter.Converter;
/**
* Generic converter class allowing the use of lambdas instead of having to
* redefine a full class for every converter. User needs to provide both the