public interface ToParser<From,To> extends java.io.Serializable
a -> Parser b.
Parser<To>
toParser(From v)
Parser<To> toParser(From v)
v