V1
- first value typeV2
- second value typeR
- joined value typepublic interface ValueJoiner<V1,V2,R>
ValueJoiner
interface for joining two values into a new value.Modifier and Type | Method and Description |
---|---|
R |
apply(V1 value1,
V2 value2)
Return a joined value consisting of
value1 and value2 . |