disjunction

public Box<R> disjunction(Box<R> x, Box<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