Emmanuel Bernard commented on Bug OGM-208

I am not following you, Option is a generic parameter so you can make it whatever you want.

For example

public class Foo implements OptionValueTuple<Address,String> {
    Address getOption() { ... }
    String getValue() { ... }
}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira