V1
- the type of the first valueV2
- the type of the second valueR
- the result typepublic interface ValueJoiner<V1,V2,R> extends Operation
Modifier and Type | Method and Description |
---|---|
R |
apply(V1 value1,
V2 value2)
Joins two values and produces a result.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.