viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.algebra
/
MeetSemiLattice
Meet
Semi
Lattice
interface
MeetSemiLattice
<
T
:
MeetSemiLattice
<
T
>
>
A set that supports binary greatest lower bounds.
Functions
Inheritors
Functions
meet
Link copied to clipboard
abstract
infix
fun
meet
(
that
:
T
)
:
T
The greatest lower bound of
this
and
that
.
Inheritors
Lattice
Link copied to clipboard