conjunction

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

Associative, commutative, idempotent operator that chooses a value.

Return

a result satisfying conjunction properties

Parameters

x

first available value

y

second available value