Interface ValueJoiner<V1,​V2,​VR>

    • Method Detail

      • apply

        VR apply​(V1 value1,
                 V2 value2)
        Return a joined value consisting of value1 and value2.
        Parameters:
        value1 - the first value for joining
        value2 - the second value for joining
        Returns:
        the joined value