disjunction

public Pair<T, R> disjunction(Pair<T, R> x, Pair<T, R> y)

Associative, commutative operator that combines values.

Return

a result satisfying disjunction properties

Parameters

x

first value to combine

y

second value to combine