|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToParser<From,To>
Maps an Object to a Parser.
User code implements this interface to call Parsers.bind().
a -> Parser b.
Method Summary | |
---|---|
Parser<To> |
toParser(From v)
maps v to a Parser. |
Method Detail |
---|
Parser<To> toParser(From v)
v
- the value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |