viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.algebra
/
JoinSemiLattice
Join
Semi
Lattice
interface
JoinSemiLattice
<
T
:
JoinSemiLattice
<
T
>
>
A set that supports binary least upper bounds.
Functions
Inheritors
Functions
join
Link copied to clipboard
abstract
infix
fun
join
(
that
:
T
)
:
T
The least upper bound of
this
and
that
.
Inheritors
Lattice
Link copied to clipboard