toggle menu
moonlight
1.0-SNAPSHOT
jvm
switch theme
search in API
engine
/
io.github.moonlightsuite.moonlight.domain
/
PairSemiring
Pair
Semiring
public
class
PairSemiring
<
T
,
R
>
implements
Semiring
<
R
>
TODO: this class seems not to be used
Author
loreti
Members
Constructors
Pair
Semiring
Link copied to clipboard
public
void
PairSemiring
(
Semiring
<
T
>
firstSemiring
,
Semiring
<
R
>
secondSemiring
)
Functions
conjunction
Link copied to clipboard
public
Pair
<
T
,
R
>
conjunction
(
Pair
<
T
,
R
>
x
,
Pair
<
T
,
R
>
y
)
Associative, commutative, idempotent operator that chooses a value.
disjunction
Link copied to clipboard
public
Pair
<
T
,
R
>
disjunction
(
Pair
<
T
,
R
>
x
,
Pair
<
T
,
R
>
y
)
Associative, commutative operator that combines values.
max
Link copied to clipboard
public
Pair
<
T
,
R
>
max
(
)
min
Link copied to clipboard
public
Pair
<
T
,
R
>
min
(
)