Wondering if there are such things as n-ary algebras, instead of binary. This is in reference to binary operations. All of the algebras listed here revolve around binary operations.
https://en.wikipedia.org/wiki/Outline_of_algebraic_structures#Types_of_algebraic_structures
One example ... in a distributive lattice, it is sometimes convenient to use the ternary "median" operation $$ \mathrm{med}(x,y,z) = (x \wedge y) \vee (y \wedge z) \vee (z \wedge x) = (x \vee y) \wedge (y \vee z) \wedge (z \vee x) $$ In case of a totally ordered set, this is the middle value of the three. But it makes sense more generally (as noted) in a distributive lattice, and satisfies nice identities.